included files in the right places.
+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
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
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