* libltdl/Makefile.am (CLEANFILES): Clean conditionally-built

libraries.
This commit is contained in:
Alexandre Oliva 2001-01-29 02:01:41 +00:00
parent 970f9a7ca8
commit 679fb05bf2
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-01-28 Alexandre Oliva <aoliva@redhat.com>
* libltdl/Makefile.am (CLEANFILES): Clean conditionally-built
libraries.
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
* libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types.

View 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)