]> git.mxchange.org Git - flightgear.git/blobdiff - SplitTris/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / SplitTris / Makefile.am
index 8e4c2df64b03b74a8022675646fa3a6048e3010a..e8f64e5b92b7648eae4ec5ecec3fc05cd2e5bfb0 100644 (file)
@@ -33,13 +33,18 @@ splittris_LDADD = \
        $(top_builddir)/Lib/Math/libMath.a \
         $(top_builddir)/Lib/Debug/libDebug.a \
        $(top_builddir)/Lib/Misc/libMisc.a \
-        $(top_builddir)/Lib/zlib/libz.a
+        $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.8  1998/11/04 23:01:57  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
 # Revision 1.7  1998/10/18 01:17:25  curt
 # Point3D tweaks.
 #