X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl;h=f5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4;hb=4596125141aeea905bd7ed1a8768f11db7402e41;hp=2b02ba96136f62e1dae4b8eda7c9ac7579e2581b;hpb=901bc47c9a8db854db97bb28780352748020c81d;p=gnulib.git diff --git a/modules/acl b/modules/acl index 2b02ba961..f5913c213 100644 --- a/modules/acl +++ b/modules/acl @@ -3,24 +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-h quote +sys_stat configure.ac: -AC_FUNC_ACL +gl_FUNC_ACL Makefile.am: -EXTRA_DIST += acl.h +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