X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=AssemTris%2FMakefile.am;h=5e830c88b35835f6d6a29c7ceb031fbaac0c0851;hb=66f4bab7a002fdaca087c35d2291926be6ab0a4d;hp=2398c93718fae17539c4f743f65000e71a1a3a5f;hpb=535282bd234352c667a26890418ce141a946fd01;p=flightgear.git diff --git a/AssemTris/Makefile.am b/AssemTris/Makefile.am index 2398c9371..5e830c88b 100644 --- a/AssemTris/Makefile.am +++ b/AssemTris/Makefile.am @@ -29,13 +29,18 @@ bin_PROGRAMS = assemtris assemtris_SOURCES = assemtris.cxx assemtris.hxx assemtris_LDADD = \ - $(top_builddir)/Lib/Bucket/libBucket.a + $(top_builddir)/Lib/Bucket/libBucket.a \ + $(base_LIBS) INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.5 1998/11/04 23:01:45 curt +# Changes to the automake/autoconf system to reduce the number of libraries +# that are unnecessarily linked into the various executables. +# # Revision 1.4 1998/09/25 19:35:25 curt # Renamed assemtris.[ch] to assemtris.[ch]xx #