diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-20 12:35:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-20 12:35:06 +0000 |
commit | 5850877aea145ed57f4eec5c0c26993088531e6a (patch) | |
tree | 22c988d085236f257f5e00dbee684e4e218e009e | |
parent | 847dcc878b5aa0e8b4760a36782ff55f6811f3de (diff) | |
download | coreutils-5850877aea145ed57f4eec5c0c26993088531e6a.tar.xz |
(BUILT_SOURCES): Set to posixtm.c getdate.c.
-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 2b0d43739..45d2bcccd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,6 +12,7 @@ HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h getopt.h \ group-member.h long-options.h makepath.h modechange.h mountlist.h \ obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h +BUILT_SOURCES = posixtm.c getdate.c CONFIG_HEADER = ../config.h fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \ |