X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl;h=2185242e3b75a66ba2ce5342cd3212575e51451a;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=26a6f68a5e71f800633ceb2be95e8d6198a5ee7d;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/acl b/modules/acl index 26a6f68a5..2185242e3 100644 --- a/modules/acl +++ b/modules/acl @@ -3,23 +3,33 @@ 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 quote +sys_stat configure.ac: -AC_FUNC_ACL +gl_FUNC_ACL Makefile.am: +lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c Include: "acl.h" +Link: +$(LIB_ACL) + License: GPL Maintainer: -Paul Eggert, Jim Meyering +Paul Eggert, Jim Meyering, Bruno Haible