X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=a57c42b3a0dd44463020c26eddba3071e34981f7;hb=fa7490fb384f5127beb6f8f4cc60292c8c07c3b3;hp=ae7eb9c68624520d5b9097b0f7bd85674e5ddb5c;hpb=df677ff8aa0041e9992fab49afd064c18db8fdf0;p=simgear.git diff --git a/Makefile.am b/Makefile.am index ae7eb9c6..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.7/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