* Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and
authorJim Meyering <jim@meyering.net>
Sun, 3 Dec 2006 18:42:26 +0000 (19:42 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 3 Dec 2006 18:42:26 +0000 (19:42 +0100)
xmemcoll.h.  Now, they're handled by the gnulib xmemcoll module.

lib/ChangeLog
lib/Makefile.am

index e4c565c..99ede8d 100644 (file)
@@ -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
index e1f2f20..cfa22be 100644 (file)
@@ -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)