From 1ea616697a37c235a4b135a543969efe1f7e2834 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Dec 2006 19:42:26 +0100 Subject: [PATCH] * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and xmemcoll.h. Now, they're handled by the gnulib xmemcoll module. --- lib/ChangeLog | 5 +++++ lib/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index e4c565c..99ede8d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-12-03 Jim Meyering + + * 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 * randread.c (__attribute__): Don't define if __attribute__ is diff --git a/lib/Makefile.am b/lib/Makefile.am index e1f2f20..cfa22be 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) -- 2.7.4