]> git.mxchange.org Git - simgear.git/blob - Makefile.am
Untabify
[simgear.git] / Makefile.am
1 EXTRA_DIST = \
2         acinclude.m4 \
3         autogen.sh \
4         DoxygenMain.cxx \
5         README.zlib \
6         README.plib \
7         README.OpenAL \
8         README.OSG \
9         projects
10
11 SUBDIRS = simgear
12
13 #
14 # Rule to build RPM distribution package
15 #
16 rpm: dist
17         rpm -ta $(PACKAGE)-$(VERSION).tar.gz
18