X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DemRaw2ascii%2FMakefile.am;h=b638e2e966a95f6876dd42d0502c712532bcf8e9;hb=66f4bab7a002fdaca087c35d2291926be6ab0a4d;hp=2ff4fb31e11a8ad000c8bae1b8f101fa2542c707;hpb=535282bd234352c667a26890418ce141a946fd01;p=flightgear.git diff --git a/DemRaw2ascii/Makefile.am b/DemRaw2ascii/Makefile.am index 2ff4fb31e..b638e2e96 100644 --- a/DemRaw2ascii/Makefile.am +++ b/DemRaw2ascii/Makefile.am @@ -28,13 +28,17 @@ bin_PROGRAMS = raw2ascii raw2ascii_SOURCES = main.c rawdem.c rawdem.h -raw2ascii_LDADD = +raw2ascii_LDADD = $(base_LIBS) INCLUDES += #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1998/11/04 23:01:50 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/04/24 00:44:04 curt # Added zlib support. #