summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 37ddc5fb..7f4150a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Aug 23 11:21:40 BST 2009 Colin Watson <cjwatson@debian.org>
+
+ * Makefile.am (EXTRA_DIST): Distribute gnulib/lib/xmalloc.patch.
+
Sun Aug 23 11:15:53 BST 2009 Colin Watson <cjwatson@debian.org>
* docs/man-db.lsm (Keywords): Add accessdb and lexgrog.
diff --git a/Makefile.am b/Makefile.am
index 276127ff..2ecdb51f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = docs intl gnulib/lib gnulib/po lib libdb src man manual po tools
dist_noinst_DATA = NEWS README include/README
-EXTRA_DIST = autogen.sh gnulib/m4/gnulib-cache.m4
+EXTRA_DIST = autogen.sh gnulib/lib/xmalloc.patch gnulib/m4/gnulib-cache.m4
# Note that autopoint installs into the first directory here. Yes, this
# means that it installs into gnulib/m4, so we always run gnulib-tool after
diff --git a/Makefile.in b/Makefile.in
index 17338ebc..16e7c4e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -879,7 +879,7 @@ unlzma = @unlzma@
vgrind = @vgrind@
SUBDIRS = docs intl gnulib/lib gnulib/po lib libdb src man manual po tools
dist_noinst_DATA = NEWS README include/README
-EXTRA_DIST = autogen.sh gnulib/m4/gnulib-cache.m4
+EXTRA_DIST = autogen.sh gnulib/lib/xmalloc.patch gnulib/m4/gnulib-cache.m4
# Note that autopoint installs into the first directory here. Yes, this
# means that it installs into gnulib/m4, so we always run gnulib-tool after