* Makefile.am (check-local): depend on libltdl/Makefile

This commit is contained in:
Alexandre Oliva 1999-01-19 23:50:26 +00:00 committed by Alexandre Oliva
parent 5bab79af94
commit 8d2800fa9a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-01-19 Alexandre Oliva <oliva@dcc.unicamp.br> 1999-01-19 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.am (check-local): depend on libltdl/Makefile
* mdemo/Makefile.am (mdemo_LDFLAGS, mdemo_LDADD): moved -dlopen * mdemo/Makefile.am (mdemo_LDFLAGS, mdemo_LDADD): moved -dlopen
flags to LDADD flags to LDADD
* doc/libtool.texi (Using Automake): how to add -dlopen to LDADD * doc/libtool.texi (Using Automake): how to add -dlopen to LDADD

View File

@ -63,7 +63,8 @@ $(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(top_srcdir)/configure.in
(rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT) (rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT)
# All our rules should depend on these demo files. # 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 @ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4
rm -f $@ rm -f $@