X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl;h=f5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4;hb=1deb9358a06e44b923b11a506d5fd727a8c68e25;hp=875102588fb7290a48fafb8e4aa7b377c9f63d7f;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/acl b/modules/acl index 875102588..f5913c213 100644 --- a/modules/acl +++ b/modules/acl @@ -3,20 +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: -lib_SOURCES += acl.h acl.c +lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c Include: "acl.h" -Maintainer: -Paul Eggert, Jim Meyering +Link: +$(LIB_ACL) + +License: +GPL +Maintainer: +Paul Eggert, Jim Meyering, Bruno Haible