]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 2 Apr 1999 08:18:18 +0000 (08:18 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 2 Apr 1999 08:18:18 +0000 (08:18 +0000)
ChangeLog
demo/Makefile.am

index b80da4cfe6f64b56d3c9ebadbc4ec94e0e625acb..db03a5f25a3e878689893022bacba5951ff132fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-02  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check
+
        * libtool.m4 (LDFLAGS, LIBS): pass them to ltconfig, for the tests 
        that involve linking
        * Makefile.am (LDFLAGS, LIBS, libtool, clibtool): ditto
index e0dc20fb0db80b14e116ed69747e0fdf212ef100..893d10dac5b7f9c82979a75ca1cab321167268cc 100644 (file)
@@ -120,7 +120,7 @@ hc-minusL: $(hell_OBJECTS) $(hell_DEPENDENCIES)
 
 # This is one of the essential tests for deplibs_check_method=pass_all.
 # If this one passes with pass_all, it is likely that pass_all works
-noinst_LIBRARIES = libhell0.a
+EXTRA_LIBRARIES = libhell0.a
 libhell0_a_SOURCES = hello.c foo.c
 EXTRA_LTLIBRARIES += libhell1.la libhell2.la
 libhell1_la_SOURCES = hell1.c
@@ -135,4 +135,6 @@ EXTRA_PROGRAMS += hell0
 hell0_SOURCES = main.c
 hell0_LDADD = libhell1.la libhell2.la $(LIBM)
 
+CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS)
+
 deplibs-check: hell0