]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/Makefile.am
Removed libtool support.
[flightgear.git] / FixNode / Makefile.am
index 4445f8400169c02641c85d2e216abade51bc9a16..b44b9b6d7fb34d5a4e67d1fc31157cd0348c32c6 100644 (file)
@@ -32,14 +32,29 @@ fixnode_SOURCES = \
        triload.cxx triload.hxx
 
 fixnode_LDADD = \
-       $(top_builddir)/Tools/DEM/libDEM.la \
-        $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la
+       $(top_builddir)/Lib/DEM/libDEM.a \
+        $(top_builddir)/Lib/Bucket/libBucket.a \
+        $(top_builddir)/Lib/zlib/libz.a
 
-INCLUDES += -I.. -I../../Simulator
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
+
+# We can't build this with "-O2" (optimization) since this causes a seg fault
+# I haven't found a way to strip this out of the CXXFLAGS, so I'm just
+# setting it to "-g"
+CXXFLAGS = -g
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.4  1998/07/30 23:49:24  curt
+# Removed libtool support.
+#
+# Revision 1.3  1998/04/18 04:02:54  curt
+# Added zlib support in placed and other misc. tweaks.
+#
+# Revision 1.2  1998/04/14 02:26:02  curt
+# Code reorganizations.  Added a Lib/ directory for more general libraries.
+#
 # Revision 1.1  1998/04/08 23:05:54  curt
 # Adopted Gnu automake/autoconf system.
 #