From: Alexandre Oliva Date: Mon, 29 Jan 2001 02:01:41 +0000 (+0000) Subject: * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built X-Git-Tag: release-1-3d~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679fb05bf2762b945a741a7742aa8843fd987002;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built libraries. --- diff --git a/ChangeLog b/ChangeLog index 5d0c6a987..334bfa811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-28 Alexandre Oliva + + * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built + libraries. + 2001-01-27 Alexandre Oliva * libtool.m4 (ld_shlibs) [aix4*]: 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)