From: Paul Eggert Date: Tue, 22 Aug 2006 07:00:51 +0000 (+0000) Subject: (LDADD): Restore this line; it is still needed for X-Git-Tag: COREUTILS-6_2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86e16425417ed0d1f2da42b7b6e7145d69864091;p=platform%2Fupstream%2Fcoreutils.git (LDADD): Restore this line; it is still needed for t-fpending on platforms without __fpending. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1ab5944..396c7c8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-08-21 Eric Blake + + * Makefile.am (LDADD): Restore this line; it is still needed for + t-fpending on platforms without __fpending. + 2006-08-20 Paul Eggert Add a bootstrap procedure, so that the CVS version contains fewer diff --git a/lib/Makefile.am b/lib/Makefile.am index 1a3ec76..85750f6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,6 +23,7 @@ AM_CPPFLAGS += -I.. AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) noinst_PROGRAMS = t-fpending +LDADD = $(noinst_LIBRARIES) libcoreutils_a_SOURCES += \ buffer-lcm.c buffer-lcm.h \