]> git.mxchange.org Git - simgear.git/blob - Makefile.am
Decouple sg_time code from the current time(NULL), i.e. you can run the
[simgear.git] / Makefile.am
1 EXTRA_DIST = \
2         acsite.m4 \
3         acconfig.h \
4         mksymlinks.sh \
5         SimGear.dsp \
6         SimGear.dsw \
7         metakit-2.4.2-32.tar.gz \
8         zlib-1.1.3.tar.gz
9
10 SUBDIRS = simgear
11
12 #
13 # Rule to build RPM distribution package
14 #
15 rpm: dist
16         rpm -ta $(PACKAGE)-$(VERSION).tar.gz
17