X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=a57c42b3a0dd44463020c26eddba3071e34981f7;hb=0c8358ae67e218b3cd3a0332bd9d8c7be0521af3;hp=f4c8249cf7573328daeb745a6741ffd7c161f267;hpb=27f98d24ebf8d1bd1f394a0d403a9362490a8251;p=simgear.git diff --git a/Makefile.am b/Makefile.am index f4c8249c..a57c42b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,21 @@ EXTRA_DIST = \ acinclude.m4 \ autogen.sh \ - DoxygenMain.cxx + DoxygenMain.cxx \ README.MSVC \ - README.metakit \ README.zlib \ + README.plib \ + README.OpenAL \ + README.OSG \ + projects \ SimGear.dsp \ SimGear.dsw -SUBDIRS = src-libs simgear +SUBDIRS = simgear dist-hook: - (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl) + (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl) + rm -rf `find $(distdir)/projects -name CVS` # # Rule to build RPM distribution package