X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Facl;h=f5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4;hb=1deb9358a06e44b923b11a506d5fd727a8c68e25;hp=03a221799833afaa7a82bbc35b82d80c687e2da6;hpb=0a9d9877fef46e7bc0a3eff16081d37016569981;p=gnulib.git diff --git a/modules/acl b/modules/acl index 03a221799..f5913c213 100644 --- a/modules/acl +++ b/modules/acl @@ -3,15 +3,16 @@ Access control lists of files. (Unportable.) Files: lib/acl.h -lib/acl.c lib/acl-internal.h lib/acl_entries.c +lib/set-mode-acl.c +lib/copy-acl.c lib/file-has-acl.c m4/acl.m4 Depends-on: error -gettext +gettext-h quote sys_stat @@ -19,6 +20,7 @@ configure.ac: gl_FUNC_ACL Makefile.am: +lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c Include: "acl.h" @@ -30,4 +32,4 @@ License: GPL Maintainer: -Paul Eggert, Jim Meyering +Paul Eggert, Jim Meyering, Bruno Haible