+2008-02-02 Gary V. Vaughan <gary@gnu.org>
+
+ * 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 <bfriesen@simple.dallas.tx.us>
+
2008-02-01 Gary V. Vaughan <gary@gnu.org>
* configure.ac (AC_INIT): Bump version number to 2.1c.
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:
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)
## --------------------------- ##
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 <argz.h> when the system
# doesn't have one that works with the given compiler.