From: Peter O'Gorman Date: Sun, 18 Jul 2004 14:13:04 +0000 (+0000) Subject: * libltdl/Makefile.am: Ensure that lt__dirent.h is part of the dist, X-Git-Tag: release-1-9b~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864226db8ba35cf7e874854526183ff07e4411c3;p=thirdparty%2Flibtool.git * libltdl/Makefile.am: Ensure that lt__dirent.h is part of the dist, also make failed looking for configure.ac, look for $(top_srcdir)/configure.ac instead. --- diff --git a/ChangeLog b/ChangeLog index d8b6dd97a..d994fac07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-18 Peter O'Gorman + + * libltdl/Makefile.am: Ensure that lt__dirent.h is part of the dist, + also make failed looking for configure.ac, look for + $(top_srcdir)/configure.ac instead. + 2004-07-15 Gary V. Vaughan * libltdl/lt__private.h (lt_dlhandle_struct): Renamed to diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index dfc16052d..806d1e6c8 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -38,6 +38,7 @@ libdlloader_la_SOURCES = lt_error.h lt_error.c \ lt__private.h lt_system.h \ lt__alloc.h lt__alloc.c \ lt__glibc.h \ + lt__dirent.h \ slist.h slist.c libdlloader_la_LDFLAGS = $(VERSION_INFO) libdlloader_la_LIBADD = $(LTLIBOBJS) @@ -67,7 +68,7 @@ libltdlc_la_LIBADD = $(libdlloader_la_OBJECTS) $(libdlloader_la_LIBADD) ## These are installed as a subdirectory of pkgdatadir so that ## libtoolize --ltdl can find them later: ltdldatadir = $(pkgdatadir)/libltdl -nobase_ltdldata_DATA = COPYING.LIB Makefile.am README configure.ac \ +nobase_ltdldata_DATA = COPYING.LIB Makefile.am README $(top_srcdir)/configure.ac \ $(libltdl_la_SOURCES) $(libdlloader_la_SOURCES) \ lt__dirent.c lt__dirent.h argz_.h argz.c