simgear/Makefile.am
curt 9795c5dd6b Added src-libs subdirectory for keeping source code to extra libs. These
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.
2002-04-03 21:21:29 +00:00

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