diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-16 08:14:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-16 08:14:09 +0000 |
commit | cc98f8a745144e3d2fb5c69ed864af40c374fd97 (patch) | |
tree | 2fc42860b790d8afec9d4aba01c31fbfb2463281 | |
parent | 815c5a7a31034b1fbcbbf61adf5e21cf10daaf53 (diff) | |
download | coreutils-cc98f8a745144e3d2fb5c69ed864af40c374fd97.tar.xz |
(libfetish_a_SOURCES): Add posixver.c and posixver.h.
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fe9eddfdb..6ab1d59cf 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 \ |