* Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
authorJim Meyering <jim@meyering.net>
Thu, 12 Oct 2006 21:13:24 +0000 (21:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Oct 2006 21:13:24 +0000 (21:13 +0000)
to accommodate the latest version of gnulib-tool.
(libcoreutils_a_DEPENDENCIES): Likewise.
From Bruno Haible.

lib/ChangeLog
lib/Makefile.am

index ed110f84c259e86d85117437b4b2985f966415a2..c3774ff9d1088bbf20017d69f8530da0d2b67008 100644 (file)
@@ -1,3 +1,10 @@
+2006-10-12  Jim Meyering  <jim@meyering.net>
+
+       * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
+       to accommodate the latest version of gnulib-tool.
+       (libcoreutils_a_DEPENDENCIES): Likewise.
+       From Bruno Haible.
+
 2006-10-06  Jim Meyering  <jim@meyering.net>
 
        Avoid a compiler warning: const'ify and remove a cast.
index 61d8e1fc2155b2dd973b6ddf1f317107f29b2ef4..e1f2f2096a50b00b3b521386a4d2ea50c960b290 100644 (file)
@@ -29,6 +29,9 @@ libcoreutils_a_SOURCES += \
   xmemcoll.c xmemcoll.h \
   xmemxfrm.c xmemxfrm.h
 
+libcoreutils_a_LIBADD += $(LIBOBJS)
+libcoreutils_a_DEPENDENCIES += $(LIBOBJS)
+
 check: unit-test
 
 .PHONY: unit-test