From 679fb05bf2762b945a741a7742aa8843fd987002 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 29 Jan 2001 02:01:41 +0000 Subject: [PATCH] * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built libraries. --- ChangeLog | 5 +++++ libltdl/Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5d0c6a98..334bfa81 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 a08e7f00..fd9797b0 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)