]> 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:21 +0000 (02:02 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 29 Jan 2001 02:02:21 +0000 (02:02 +0000)
libraries.

ChangeLog
libltdl/Makefile.am

index c4eecb2357335fabe7da4d47352f6a0122f8f2d0..e2f333b49e84296b8fbbf9d43ef8e2c6e5687c15 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>
 
        * ltconfig.in (ld_shlibs) [aix4*]: Disable on unknown CPU types.
index a1df9fc37b7c0e6eaee362c034cd0382e82ed3f1..03894b176c2f22d8e0995fa2c41365a863278c40 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 = -version-info 1:2:1
 libltdl_la_LIBADD = $(LIBADD_DL)