summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-12 21:13:24 +0000
committerJim Meyering <jim@meyering.net>2006-10-12 21:13:24 +0000
commitc0b262550cb45fa99e1642aa8cff1bcd63b8da2c (patch)
tree626a7fd99f3c2d115ba35bf29bc61abe249833b9
parentbad80a722329047d1c8d87b2c5bf819f2aba055c (diff)
downloadcoreutils-c0b262550cb45fa99e1642aa8cff1bcd63b8da2c.tar.xz
* Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
to accommodate the latest version of gnulib-tool. (libcoreutils_a_DEPENDENCIES): Likewise. From Bruno Haible.
-rw-r--r--lib/ChangeLog7
-rw-r--r--lib/Makefile.am3
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ed110f84c..c3774ff9d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 61d8e1fc2..e1f2f2096 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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