From: Alexandre Oliva Date: Mon, 29 Jan 2001 02:02:05 +0000 (+0000) Subject: * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built X-Git-Tag: multi-language-merge-point~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45afe2feeb0ddb79f4810614a2f3dd60ff7b34db;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built libraries. --- diff --git a/ChangeLog b/ChangeLog index 0360571b9..7d3dd298e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-29 Alexandre Oliva + + * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built + libraries. + 2001-01-27 Alexandre Oliva * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index a08e7f00f..fd9797b04 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -13,6 +13,10 @@ if CONVENIENCE_LTDL noinst_LTLIBRARIES = libltdlc.la endif +## Make sure these will be cleaned even when they're not built by +## default. +CLEANFILES = libltdl.la libltdlc.la + libltdl_la_SOURCES = ltdl.c libltdl_la_LDFLAGS = -no-undefined -version-info 3:0:0 libltdl_la_LIBADD = $(LIBADD_DL)