From: Jim Meyering Date: Thu, 12 Oct 2006 21:13:24 +0000 (+0000) Subject: * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS), X-Git-Tag: COREUTILS-6_4~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0b262550cb45fa99e1642aa8cff1bcd63b8da2c;p=thirdparty%2Fcoreutils.git * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS), to accommodate the latest version of gnulib-tool. (libcoreutils_a_DEPENDENCIES): Likewise. From Bruno Haible. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ed110f84c2..c3774ff9d1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2006-10-12 Jim Meyering + + * 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 Avoid a compiler warning: const'ify and remove a cast. diff --git a/lib/Makefile.am b/lib/Makefile.am index 61d8e1fc21..e1f2f2096a 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