]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am, libltdl/loaders/Makefile.am: Look for
authorPeter O'Gorman <peter@pogma.com>
Thu, 22 Jul 2004 13:03:47 +0000 (13:03 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 22 Jul 2004 13:03:47 +0000 (13:03 +0000)
included files in the right places.

ChangeLog
libltdl/Makefile.am
libltdl/loaders/Makefile.am

index 602d761b2331c3a230fa37096650de12ea7dc12c..594c1586dce1db5beab949d0591dbf3c3fd38800 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-22  Peter O'Gorman  <peter@pogma.com>
+
+       * libltdl/Makefile.am, libltdl/loaders/Makefile.am: Look for
+       included files in the right places.
+
 2004-07-18  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in [darwin](func_extract_archives): Because fat archives
index 806d1e6c820cc327b472ae80ffdbbd53270e4e73..402dbeedec05cfe97866df8bed88e66e97c547b5 100644 (file)
@@ -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
 
index a31502fca93e07837744b978a8fffc44b4808aac..91ece9d9188231cdddb06c9f31609945fa59138d 100644 (file)
@@ -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