summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-09-04 13:53:01 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-09-04 13:53:01 +0200
commit80d8b7827b65c186ccf93c56628dfce355ea44e1 (patch)
tree834ee1da330b67f920893b04cfec9cff23c9efd6
parent62d03acb145e352e3da240fb463a15f4cd8641df (diff)
downloadpatch-80d8b7827b65c186ccf93c56628dfce355ea44e1.tar.gz
Add the gnulib which were imported on 2009-06-05 to the tarball as well
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5155552..f944d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-04 Andreas Gruenbacher <agruen@suse.de>
+
+ * Makefile.in (LIBSRCS, LIBHDRS, LIBM4FILES): Add the gnulib which
+ were imported on 2009-06-05 here as well.
+
2009-07-19 Andreas Gruenbacher <agruen@suse.de>
* gl/lib/full-write.c, gl/lib/safe-write.c, gl/lib/full-write.h,
diff --git a/Makefile.in b/Makefile.in
index a55735f..2c5fb95 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,11 +86,13 @@ LIBSRCS = \
gl/lib/quotearg.c \
gl/lib/quote.c \
gl/lib/realloc.c \
+ gl/lib/rename.c \
gl/lib/safe-read.c \
gl/lib/safe-write.c \
gl/lib/strcasecmp.c \
gl/lib/stripslash.c \
gl/lib/strncasecmp.c \
+ gl/lib/strndup.c \
gl/lib/xmalloc.c \
gl/lib/xstrndup.c
@@ -127,6 +129,7 @@ LIBHDRS = \
gl/lib/exitfail.h \
gl/lib/full-write.h \
gl/lib/getopt.hin \
+ gl/lib/getopt_int.h \
gl/lib/gettext.h \
gl/lib/hash.h \
gl/lib/minmax.h \
@@ -298,10 +301,12 @@ LIBM4FILES = \
gl/m4/quotearg.m4 \
gl/m4/quote.m4 \
gl/m4/realloc.m4 \
+ gl/m4/rename.m4 \
gl/m4/safe-write.m4 \
gl/m4/ssize_t.m4 \
gl/m4/stdbool.m4 \
gl/m4/strcase.m4 \
+ gl/m4/strndup.m4 \
gl/m4/unlocked-io.m4 \
gl/m4/utimbuf.m4 \
gl/m4/xalloc.m4 \