X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FixObj%2FMakefile.am;h=7ced91cc9f6ba2470727a49726b810d98a07886e;hb=66f4bab7a002fdaca087c35d2291926be6ab0a4d;hp=bafcf879cd03a35a7fccc44cd1c3df4fb5c86d73;hpb=535282bd234352c667a26890418ce141a946fd01;p=flightgear.git diff --git a/FixObj/Makefile.am b/FixObj/Makefile.am index bafcf879c..7ced91cc9 100644 --- a/FixObj/Makefile.am +++ b/FixObj/Makefile.am @@ -31,13 +31,18 @@ fixobj_SOURCES = main.cxx obj.cxx obj.hxx fixobj_LDADD = \ $(top_builddir)/Lib/Math/libMath.a \ $(top_builddir)/Lib/Debug/libDebug.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.7 1998/11/04 23:01:53 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/07/30 23:49:25 curt # Removed libtool support. #