From: Alexandre Oliva Date: Mon, 29 Jan 2001 02:02:21 +0000 (+0000) Subject: * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50d180221a2ffa13c43430c771f8ac27c9d50a48;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built libraries. --- diff --git a/ChangeLog b/ChangeLog index c4eecb235..e2f333b49 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 * ltconfig.in (ld_shlibs) [aix4*]: Disable on unknown CPU types. diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index a1df9fc37..03894b176 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 = -version-info 1:2:1 libltdl_la_LIBADD = $(LIBADD_DL)