bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: don't link xmemcoll.o twice


From: Jim Meyering
Subject: FYI: don't link xmemcoll.o twice
Date: Sun, 03 Dec 2006 19:43:29 +0100

I've just committed this:

        * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and
        xmemcoll.h.  Now, they're handled by the gnulib xmemcoll module.

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]