]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (CLEANFILES): Clean conditionally-built
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 29 Jan 2001 02:02:05 +0000 (02:02 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 29 Jan 2001 02:02:05 +0000 (02:02 +0000)
libraries.

ChangeLog
libltdl/Makefile.am

index 0360571b99facee0b98b7346d5e238522fe9da13..7d3dd298edc124bf9a2289439198e6415dc2ff62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built
+       libraries.
+
 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
index a08e7f00f994a5a7426fc7d37cd7ebed3385aa83..fd9797b04a9851cf57e979187a0ffe9fa290969e 100644 (file)
@@ -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)