]> git.mxchange.org Git - flightgear.git/blobdiff - GenAirports/Makefile.am
Modified to adhere to new polygon naming convention, and also to read the
[flightgear.git] / GenAirports / Makefile.am
index e3593d4928496965a6d2ed4a406cd78d4cca0c5e..d1d6aaca53f12b113d4d9110a66e02f2465007ea 100644 (file)
@@ -33,14 +33,29 @@ genapts_SOURCES = \
        point2d.cxx point2d.hxx
 
 genapts_LDADD = \
+       $(top_builddir)/Tools/Polygon/libPolygon.a \
        $(top_builddir)/Lib/Bucket/libBucket.a \
-       $(top_builddir)/Lib/zlib/libz.a
+       $(top_builddir)/Lib/Debug/libDebug.a \
+       $(top_builddir)/Lib/Misc/libMisc.a \
+       $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.5  1999/02/25 21:32:47  curt
+# Modified to adhere to new polygon naming convention, and also to read the
+# new Robin Peel aiport format.
+#
+# Revision 1.4  1999/02/11 01:10:50  curt
+# Start of scenery revamp project.
+#
+# 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.
 #