From 8d2800fa9a5b7e66830d17029133ea03482d3ee5 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 19 Jan 1999 23:50:26 +0000 Subject: [PATCH] * Makefile.am (check-local): depend on libltdl/Makefile --- ChangeLog | 2 ++ Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91b3cf39..8b1ae3e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-19 Alexandre Oliva + * Makefile.am (check-local): depend on libltdl/Makefile + * mdemo/Makefile.am (mdemo_LDFLAGS, mdemo_LDADD): moved -dlopen flags to LDADD * doc/libtool.texi (Using Automake): how to add -dlopen to LDADD diff --git a/Makefile.am b/Makefile.am index ddef6664..684b5c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,8 @@ $(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(top_srcdir)/configure.in (rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT) # All our rules should depend on these demo files. -all-local check-local: $(ACINCLUDE_M4_LIST) libltdl/Makefile libtool +all-local check-local: $(ACINCLUDE_M4_LIST) libtool +check-local: libltdl/Makefile @ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4 rm -f $@