diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-28 20:51:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-28 20:51:46 +0000 |
commit | d91b876d7284e96b323ccd8b9d50ece6116bd4e8 (patch) | |
tree | 2bc4161b284f1c05f0cc9ea416c1172920fd5d3a /lib | |
parent | fa871415f9bc9ff8edd998a0800d7a51d0899952 (diff) | |
download | coreutils-d91b876d7284e96b323ccd8b9d50ece6116bd4e8.tar.xz |
(libfetish_a_SOURCES): Add chdir.h and openat.h.
Diffstat (limited to 'lib')
-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 ff974414c..30dbd259b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -43,6 +43,7 @@ libfetish_a_SOURCES = \ c-strtod.c c-strtod.h c-strtold.c \ canon-host.c \ canonicalize.c canonicalize.h \ + chdir.h \ cloexec.c cloexec.h \ closeout.c closeout.h \ cycle-check.c cycle-check.h \ @@ -88,6 +89,7 @@ libfetish_a_SOURCES = \ modechange.c modechange.h \ mountlist.h \ offtostr.c \ + openat.h \ open-safer.c \ path-concat.c path-concat.h \ pathmax.h \ |