From 6681f63fba99ef5a2235ab2654bf0315df321fec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Feb 2002 08:14:09 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add posixver.c and posixver.h. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2