From: Jim Meyering Date: Sat, 13 Sep 2003 22:03:45 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h. X-Git-Tag: COREUTILS-5_1_0~612 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb9cf91d91f4cc47808bf728f4d05f3506a617e1;p=platform%2Fupstream%2Fcoreutils.git (libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a48f680..fd50481 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 \