From: Jim Meyering Date: Sat, 16 Feb 2002 08:14:09 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add posixver.c and posixver.h. X-Git-Tag: TEXTUTILS-2_0_21~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc98f8a745144e3d2fb5c69ed864af40c374fd97;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add posixver.c and posixver.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index fe9eddfdba..6ab1d59cf4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,6 +15,7 @@ DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ libfetish_a_SOURCES = \ getdate.h getdate.y \ posixtm.c posixtm.h \ + posixver.c posixver.h \ strftime.c \ getopt.c getopt.h getopt1.c \ hash.c hash.h \