diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-01 23:20:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-01 23:20:53 +0000 |
commit | 3bde76131b21bb1b456561df9a5ea329d924e2e9 (patch) | |
tree | b4386f522137ecdeb438445ddd102a1db512742a | |
parent | 5a3e8f271b74aab021bea893f53464765e4a0c24 (diff) | |
download | coreutils-3bde76131b21bb1b456561df9a5ea329d924e2e9.tar.xz |
(libfetish_a_SOURCES): Add gettime.c, settime.c,
timespec.h. Remove nanosleep.h.
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 48c61f9d4..a699ad067 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -42,6 +42,7 @@ libfetish_a_SOURCES = \ getline.h \ getpagesize.h \ getstr.c getstr.h \ + gettime.c \ getugroups.c \ group-member.h \ hard-locale.c hard-locale.h \ @@ -59,7 +60,6 @@ libfetish_a_SOURCES = \ memcoll.c memcoll.h \ modechange.c modechange.h \ mountlist.h \ - nanosleep.h \ path-concat.c path-concat.h \ pathmax.h \ physmem.c physmem.h \ @@ -72,10 +72,12 @@ libfetish_a_SOURCES = \ same.c same.h \ save-cwd.c save-cwd.h \ savedir.c savedir.h \ + settime.c \ sha.c sha.h \ stdio-safer.h \ stripslash.c \ strverscmp.h \ + timespec.h \ unicodeio.c unicodeio.h \ unistd-safer.h \ userspec.c \ |