summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 22:03:45 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 22:03:45 +0000
commitbb9cf91d91f4cc47808bf728f4d05f3506a617e1 (patch)
treedd3d0bdb608e895da7f9a5828503e1c10c8bf32c /lib
parent540ca8b3052828a82928215fdde6387a83247725 (diff)
downloadcoreutils-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.am3
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 \