]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / FixNode / Makefile.am
index b44b9b6d7fb34d5a4e67d1fc31157cd0348c32c6..cc21872cc87e9123b0085095148a7deeb2cdee32 100644 (file)
@@ -28,13 +28,14 @@ bin_PROGRAMS = fixnode
 
 fixnode_SOURCES = \
        fixnode.cxx fixnode.hxx \
-       main.cxx \
-       triload.cxx triload.hxx
+       main.cxx
 
 fixnode_LDADD = \
        $(top_builddir)/Lib/DEM/libDEM.a \
         $(top_builddir)/Lib/Bucket/libBucket.a \
-        $(top_builddir)/Lib/zlib/libz.a
+        $(top_builddir)/Lib/Misc/libMisc.a \
+        $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
@@ -46,6 +47,17 @@ CXXFLAGS = -g
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1998/11/04 23:01:51  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
+# Revision 1.6  1998/09/19 20:43:50  curt
+# C++-ified and STL-ified the code.  Combined triload.* and fixnode.* into
+# a single file.
+#
+# Revision 1.5  1998/09/19 18:01:26  curt
+# Support for changes to libDEM.a
+#
 # Revision 1.4  1998/07/30 23:49:24  curt
 # Removed libtool support.
 #