diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 22:03:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 22:03:45 +0000 |
commit | bb9cf91d91f4cc47808bf728f4d05f3506a617e1 (patch) | |
tree | dd3d0bdb608e895da7f9a5828503e1c10c8bf32c /lib | |
parent | 540ca8b3052828a82928215fdde6387a83247725 (diff) | |
download | coreutils-bb9cf91d91f4cc47808bf728f4d05f3506a617e1.tar.xz |
(libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a48f680f1..fd50481b3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -53,6 +53,7 @@ libfetish_a_SOURCES = \ dup-safer.c \ euidaccess.h \ exclude.c exclude.h \ + exit.h \ exitfail.c exitfail.h \ filemode.c filemode.h \ file-type.c file-type.h \ @@ -103,7 +104,9 @@ libfetish_a_SOURCES = \ sig2str.h \ stdio-safer.h \ stripslash.c \ + strndup.h \ strverscmp.h \ + time_r.c time_r.h \ timespec.h \ umaxtostr.c \ unicodeio.c unicodeio.h \ |