From: Paul Eggert Date: Fri, 23 Jul 2004 22:33:23 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add fcntl-safer.h, open-safer.c. X-Git-Tag: v5.3.0~1105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b792fc38b8cc09f9c752a22949575a1dc1b8f8;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add fcntl-safer.h, open-safer.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 72c0a5102a..cec141e333 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -57,6 +57,7 @@ libfetish_a_SOURCES = \ exclude.c exclude.h \ exit.h \ exitfail.c exitfail.h \ + fcntl-safer.h \ filemode.c filemode.h \ file-type.c file-type.h \ fopen-safer.c \ @@ -87,6 +88,7 @@ libfetish_a_SOURCES = \ modechange.c modechange.h \ mountlist.h \ offtostr.c \ + open-safer.c \ path-concat.c path-concat.h \ pathmax.h \ physmem.c physmem.h \