From: Alexandre Oliva Date: Tue, 19 Jan 1999 23:50:26 +0000 (+0000) Subject: * Makefile.am (check-local): depend on libltdl/Makefile X-Git-Tag: automake_1-4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2800fa9a5b7e66830d17029133ea03482d3ee5;p=thirdparty%2Flibtool.git * Makefile.am (check-local): depend on libltdl/Makefile --- diff --git a/ChangeLog b/ChangeLog index 91b3cf39b..8b1ae3e5b 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 ddef6664b..684b5c113 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 $@