diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-23 22:33:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-23 22:33:23 +0000 |
commit | 61b792fc38b8cc09f9c752a22949575a1dc1b8f8 (patch) | |
tree | f0615a7a2403f816c8e12e0d407461de5d86ab83 | |
parent | 40ac111df830bf2b14a26a5c814f328c054b7064 (diff) | |
download | coreutils-61b792fc38b8cc09f9c752a22949575a1dc1b8f8.tar.xz |
(libfetish_a_SOURCES): Add fcntl-safer.h, open-safer.c.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 72c0a5102..cec141e33 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 \ |