X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=794ab1a3523b65c4a2105b634cd8cf358a873133;hb=9a4152eb2d60eb9d3157cf4ae00a3e4700f31a74;hp=a7590db72611acac1f015a2db5ec1712ff5193cc;hpb=35ed10e252eac1c9c6f6961c5cc1e70e3b69d762;p=simgear.git diff --git a/Makefile.am b/Makefile.am index a7590db7..794ab1a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,17 @@ -EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h +EXTRA_DIST = \ + acsite.m4 \ + acconfig.h \ + mksymlinks.sh \ + SimGear.dsp \ + SimGear.dsw \ + metakit-2.4.2-32.tar.gz \ + zlib-1.1.3.tar.gz -dist-hook: - tar cf - src/metar | (cd $(distdir); tar xvf -) +SUBDIRS = simgear + +# +# Rule to build RPM distribution package +# +rpm: dist + rpm -ta $(PACKAGE)-$(VERSION).tar.gz -SUBDIRS = src