mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* libltdl/Makefile.am (CLEANFILES): Clean conditionally-built
libraries.
This commit is contained in:
parent
970f9a7ca8
commit
679fb05bf2
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user