]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (AM_CPPFLAGS): Also check $top_builddir for
authorGary V. Vaughan <gary@gnu.org>
Mon, 29 Mar 2004 09:41:37 +0000 (09:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 Mar 2004 09:41:37 +0000 (09:41 +0000)
config.h.
(ltdl.o): config.h is in $top_builddir.

ChangeLog
libltdl/Makefile.am

index 1b5a0cb71bcdd7ec15c07339f89d9540449c7e46..add6cb51f18efbeab4b9b6f2ec4d93dc29c16492 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-30  Gary V. Vaughan  <gary@gnu.org>
+
+       * libltdl/Makefile.am (AM_CPPFLAGS): Also check $top_builddir for
+       config.h.
+       (ltdl.o): config.h is in $top_builddir.
+
 2004-03-24  Scott James Remnant  <scott@netsplit.com>
 
        * NEWS: Explain more fully why we no longer load libraries
@@ -35,7 +41,7 @@
        The Sun C++ compiler bundles -Qoption arguments so
        convenience libraries are linked with defaultextract
        otherwise.
-       * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,   
+       * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,
        tagdemo/conv.cpp: Augment tagdemo test to link a convenience
        library with a libtool library.
 
index 9c36a010afbb9359fbb6c016e9020397389b2d49..03089232a3a741f42f2df817986e173616d5f8e4 100644 (file)
@@ -19,7 +19,7 @@
 
 AUTOMAKE_OPTIONS = no-dependencies foreign
 ACLOCAL_AMFLAGS  = -I ../m4
-AM_CPPFLAGS = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
 DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>"
 
 if INSTALL_LTDL
@@ -45,7 +45,7 @@ libltdlc_la_SOURCES = ltdl.c ltdl.h
 libltdlc_la_LIBADD = $(LIBADD_DL)
 
 ## Because we do not have automatic dependency tracking:
-ltdl.lo: ltdl.h $(top_srcdir)/$(CONFIG_H)
+ltdl.lo: ltdl.h $(top_builddir)/$(CONFIG_H)
 
 
 ## These are installed as a subdirectory of pkgdatadir so that