From 864226db8ba35cf7e874854526183ff07e4411c3 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 18 Jul 2004 14:13:04 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ libltdl/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.2