X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=GenAirports%2FMakefile.am;h=70e1c076cd1266b15acde1a6fb70a5a450f85e79;hb=b1eb65cd5dae2e88f1ad4606e6a4bb2134b15fe0;hp=8ba8e5d1dc80a41e2dfce96c4c87ccaed0d50e95;hpb=d6b38f2eeaa3e1b8c144dcd1f8e24ba09fc3f01f;p=flightgear.git diff --git a/GenAirports/Makefile.am b/GenAirports/Makefile.am index 8ba8e5d1d..70e1c076c 100644 --- a/GenAirports/Makefile.am +++ b/GenAirports/Makefile.am @@ -34,6 +34,8 @@ genapts_SOURCES = \ genapts_LDADD = \ $(top_builddir)/Lib/Bucket/libBucket.a \ + $(top_builddir)/Lib/Debug/libDebug.a \ + $(top_builddir)/Lib/Misc/libMisc.a \ $(top_builddir)/Lib/zlib/libz.a \ $(base_LIBS) @@ -42,6 +44,9 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# 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.