From 61b792fc38b8cc09f9c752a22949575a1dc1b8f8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 23 Jul 2004 22:33:23 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add fcntl-safer.h, open-safer.c. --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 72c0a51..cec141e 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 \ -- 2.7.4