+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.
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)