9795c5dd6b
are things that are needed, but that many systems already have packages available to install, and many users may have versions of these already installed to support other projects. So rather than build and install by default with the main SimGear build/install, these are kept separate so that those users that don't have them already installed can build and install them separately.
18 lines
243 B
Makefile
18 lines
243 B
Makefile
EXTRA_DIST = \
|
|
acsite.m4 \
|
|
acconfig.h \
|
|
mksymlinks.sh \
|
|
README.metakit \
|
|
README.zlib \
|
|
SimGear.dsp \
|
|
SimGear.dsw
|
|
|
|
SUBDIRS = src-libs simgear
|
|
|
|
#
|
|
# Rule to build RPM distribution package
|
|
#
|
|
rpm: dist
|
|
rpm -ta $(PACKAGE)-$(VERSION).tar.gz
|
|
|