X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Areas%2FMakefile.am;h=7c6106189098e644a5e6597820f4de03df942203;hb=66f4bab7a002fdaca087c35d2291926be6ab0a4d;hp=0ee77fcf00de3ceed5124419f3fefde070467630;hpb=535282bd234352c667a26890418ce141a946fd01;p=flightgear.git diff --git a/Areas/Makefile.am b/Areas/Makefile.am index 0ee77fcf0..7c6106189 100644 --- a/Areas/Makefile.am +++ b/Areas/Makefile.am @@ -28,13 +28,19 @@ bin_PROGRAMS = areas areas_SOURCES = area.cxx area.hxx main.cxx -areas_LDADD = $(top_builddir)/Lib/Bucket/libBucket.a +areas_LDADD = \ + $(top_builddir)/Lib/Bucket/libBucket.a \ + $(base_LIBS) INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1998/11/04 23:01:43 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/07/30 23:49:18 curt # Removed libtool support. #