diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-10 23:01:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-10 23:01:53 +0000 |
commit | 136bb0265b0d7e63703478b3e62d9866fee41090 (patch) | |
tree | 48c90634fc2d9b42bc0bb6b7f803f44c4bbf1a70 /lib | |
parent | 53b11c2b17233b88cd836ea104ef5a0e2ad76ff8 (diff) | |
download | coreutils-136bb0265b0d7e63703478b3e62d9866fee41090.tar.xz |
(libfetish_a_SOURCES): Add euidaccess.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 68cddb1b8..4b94da2c1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -55,6 +55,7 @@ libfetish_a_SOURCES = \ dirname.c dirname.h \ dirfd.h \ dup-safer.c \ + euidaccess.h \ exclude.c exclude.h \ exitfail.c exitfail.h \ filemode.c filemode.h \ |