summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog5
-rw-r--r--lib/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e4c565c73..99ede8dbf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-03 Jim Meyering <jim@meyering.net>
+
+ * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and
+ xmemcoll.h. Now, they're handled by the gnulib xmemcoll module.
+
2006-11-22 Paul Eggert <eggert@cs.ucla.edu>
* randread.c (__attribute__): Don't define if __attribute__ is
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e1f2f2096..cfa22beb1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,7 +26,6 @@ LDADD = $(noinst_LIBRARIES)
libcoreutils_a_SOURCES += \
buffer-lcm.c buffer-lcm.h \
- xmemcoll.c xmemcoll.h \
xmemxfrm.c xmemxfrm.h
libcoreutils_a_LIBADD += $(LIBOBJS)