]> git.mxchange.org Git - flightgear.git/blobdiff - GenAirports/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / GenAirports / Makefile.am
index e3593d4928496965a6d2ed4a406cd78d4cca0c5e..8ba8e5d1dc80a41e2dfce96c4c87ccaed0d50e95 100644 (file)
@@ -34,13 +34,18 @@ genapts_SOURCES = \
 
 genapts_LDADD = \
        $(top_builddir)/Lib/Bucket/libBucket.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.3  1998/11/04 23:01:54  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
 # Revision 1.2  1998/09/04 23:04:47  curt
 # Beginning of convex hull genereration routine.
 #