From: Peter O'Gorman Date: Thu, 22 Jul 2004 13:03:47 +0000 (+0000) Subject: * libltdl/Makefile.am, libltdl/loaders/Makefile.am: Look for X-Git-Tag: release-1-9b~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55542ec9c9038672bcf9dcf9880ada42dce0af51;p=thirdparty%2Flibtool.git * libltdl/Makefile.am, libltdl/loaders/Makefile.am: Look for included files in the right places. --- diff --git a/ChangeLog b/ChangeLog index 602d761b2..594c1586d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-22 Peter O'Gorman + + * libltdl/Makefile.am, libltdl/loaders/Makefile.am: Look for + included files in the right places. + 2004-07-18 Peter O'Gorman * ltmain.in [darwin](func_extract_archives): Because fat archives diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 806d1e6c8..402dbeede 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -27,7 +27,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL -AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) AM_LDFLAGS = -no-undefined VERSION_INFO = -version-info 6:0:0 diff --git a/libltdl/loaders/Makefile.am b/libltdl/loaders/Makefile.am index a31502fca..91ece9d91 100644 --- a/libltdl/loaders/Makefile.am +++ b/libltdl/loaders/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = AUTOMAKE_OPTIONS = foreign DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL -AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. \ +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \ -I.. -I$(srcdir)/.. AM_LDFLAGS = -no-undefined -module -avoid-version -export-dynamic