From: Jim Meyering Date: Sun, 3 Dec 2006 18:42:26 +0000 (+0100) Subject: * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and X-Git-Tag: COREUTILS-6_7~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ea616697a37c235a4b135a543969efe1f7e2834;p=platform%2Fupstream%2Fcoreutils.git * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and xmemcoll.h. Now, they're handled by the gnulib xmemcoll module. --- 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)