From 708a6423a99c20a5dadf3d2d8601840e3c918519 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 1 Feb 2008 19:03:56 +0000 Subject: [PATCH] * libltdl/Makefile.inc (EXTRA_DIST): Now that we're not using Autoconf's AC_SOURCES macro, Automake can't trace our extra source files argz, lt__dirent.c and lt__strl.c. List them manually here to make sure they are distributed. * NEWS: Updated. Reported by Bob Friesenhahn --- ChangeLog | 9 +++++++++ NEWS | 7 +++++++ libltdl/Makefile.inc | 6 +++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a77a273d..f068cf416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-02-02 Gary V. Vaughan + + * libltdl/Makefile.inc (EXTRA_DIST): Now that we're not using + Autoconf's AC_SOURCES macro, Automake can't trace our extra + source files argz, lt__dirent.c and lt__strl.c. List them + manually here to make sure they are distributed. + * NEWS: Updated. + Reported by Bob Friesenhahn + 2008-02-01 Gary V. Vaughan * configure.ac (AC_INIT): Bump version number to 2.1c. diff --git a/NEWS b/NEWS index 239cb7c86..5f83fd444 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 2.1c: 2012-??-??; CVS version 2.1c, Libtool team: + +* Bug fixes: + + - argz.c, lt__dirent.c and lt__strl.c are correctly distributed with + parent projects using nonrecursive libltdl. + New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team: * Important incompatible changes and obsoleted features: diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc index 4b4e7b167..e7dfd8c69 100644 --- a/libltdl/Makefile.inc +++ b/libltdl/Makefile.inc @@ -70,6 +70,9 @@ libltdl_libltdl_la_SOURCES = libltdl/libltdl/lt__alloc.h \ libltdl/ltdl.h \ libltdl/slist.c +EXTRA_DIST += libltdl/lt__dirent.c \ + libltdl/lt__strl.c + libltdl_libltdl_la_CPPFLAGS = -DLTDLOPEN=$(LTDLOPEN) $(AM_CPPFLAGS) libltdl_libltdl_la_LDFLAGS = $(AM_LDFLAGS) $(LTDL_VERSION_INFO) $(LT_DLPREOPEN) libltdl_libltdl_la_LIBADD = $(LTLIBOBJS) @@ -136,7 +139,8 @@ EXTRA_DIST += libltdl/COPYING.LIB \ ## --------------------------- ## BUILT_SOURCES += libltdl/$(ARGZ_H) -EXTRA_DIST += libltdl/argz_.h +EXTRA_DIST += libltdl/argz_.h \ + libltdl/argz.c # We need the following in order to create an when the system # doesn't have one that works with the given compiler. -- 2.47.2