From b0dc971f4d0d9bcecde75d81a07fdd7ac95a07a7 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 11 Mar 1999 00:44:13 +0000 Subject: [PATCH] * mdemo/Makefile.am (@LIBLTDL@): depend on ../libltdl/config.h --- ChangeLog | 2 ++ mdemo/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43143992..ac5bc500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-03-10 Alexandre Oliva + * mdemo/Makefile.am (@LIBLTDL@): depend on ../libltdl/config.h + * configure.in: fix AC_OUTPUT_COMMANDS for ltconfig and ltmain.sh so that they work if srcdir is relative too diff --git a/mdemo/Makefile.am b/mdemo/Makefile.am index 426cd88a..8db9963f 100644 --- a/mdemo/Makefile.am +++ b/mdemo/Makefile.am @@ -20,12 +20,12 @@ bin_PROGRAMS = mdemo mdemo.static ## use @LIBLTDL@ because some broken makes do not accept macros in targets ## we can only do this because our LIBLTDL does not contain ${top_builddir} -@LIBLTDL@: ../libtool ../libltdl/libtool \ +@LIBLTDL@: ../libtool ../libltdl/libtool ../libltdl/config.h \ $(srcdir)/../libltdl/ltdl.c $(srcdir)/../libltdl/ltdl.h (cd ../libltdl; $(MAKE) `echo $(LIBLTDL) | sed 's,.*\.\./libltdl/,,g'`) # Without the following line, the check may fail if libltdl/libtool is # removed after libltdl is configured -../libltdl/libtool: +../libltdl/libtool ../libltdl/config.h: # Create a version of mdemo that does dlopen. mdemo_SOURCES = main.c