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
# 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
hell0_SOURCES = main.c
hell0_LDADD = libhell1.la libhell2.la $(LIBM)
+CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS)
+
deplibs-check: hell0