From: Jim Meyering Date: Wed, 14 Dec 2005 20:37:06 +0000 (+0000) Subject: (libcoreutils_a_SOURCES): Remove fprintftime.c X-Git-Tag: v6.0~1124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd78a76886145cfe4d5da9d42fe3dfb3a74b469c;p=thirdparty%2Fcoreutils.git (libcoreutils_a_SOURCES): Remove fprintftime.c and fprintftime.h. Now they're pulled in via the .m4 file. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a66a6c1d01..0d3033828b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,6 +17,8 @@ ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. +AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) + noinst_LIBRARIES = libcoreutils.a noinst_PROGRAMS = t-fpending @@ -30,7 +32,6 @@ libcoreutils_a_SOURCES = \ buffer-lcm.c buffer-lcm.h \ euidaccess.h \ exit.h \ - fprintftime.c fprintftime.h \ full-read.c full-read.h \ full-write.c full-write.h \ getaddrinfo.h \