Hardly earth-shattering, but prevents one particular problem with
automake 1.5. It doesn't resolve the '+=' problem, which still seems to
occur.

--
Ross


Index: Makefile.am
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/Makefile.am,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile.am
--- Makefile.am 12 Jul 2001 15:48:57 -0000      1.28
+++ Makefile.am 1 Jan 2002 18:21:24 -0000
@@ -9,7 +9,7 @@
        (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
        (cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
                -cf - docs-mini ) | (cd $(distdir); tar xvf -)
-       # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd 
$(distdir); tar xvf -)
+#      tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd 
+$(distdir); tar xvf -)
 
 
 ##########################################################################
Index: src/Time/Makefile.am
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/Time/Makefile.am,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile.am
--- src/Time/Makefile.am        28 Dec 2001 21:30:04 -0000      1.9
+++ src/Time/Makefile.am        1 Jan 2002 18:21:24 -0000
@@ -7,10 +7,10 @@
        moonpos.cxx moonpos.hxx \
        sunpos.cxx sunpos.hxx \
        tmp.cxx tmp.hxx
-       # fg_time.cxx fg_time.hxx \
-       # geocoord.cxx geocoord.h \
-       # lowleveltime.cxx lowleveltime.h \
-       # timezone.cxx timezone.h
+#      fg_time.cxx fg_time.hxx \
+#      geocoord.cxx geocoord.h \
+#      lowleveltime.cxx lowleveltime.h \
+#      timezone.cxx timezone.h
 
 if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src

Reply via email to