diff options
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 \ |