]> 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 fa6b8ef2da3e99c3484477b3b0bbfe010c99f546..cc21872cc87e9123b0085095148a7deeb2cdee32 100644 (file)
@@ -28,12 +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.la \
-        $(top_builddir)/Lib/Bucket/libBucket.la
+       $(top_builddir)/Lib/DEM/libDEM.a \
+        $(top_builddir)/Lib/Bucket/libBucket.a \
+        $(top_builddir)/Lib/Misc/libMisc.a \
+        $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
@@ -45,6 +47,23 @@ 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.
+#
+# 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.
 #