X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Facl;h=2185242e3b75a66ba2ce5342cd3212575e51451a;hb=d3546315684435f31c4d95e26ead751aaa8ea7e8;hp=e95d24952038477653cef5e63ba56ebf60aaa8d7;hpb=0e3b78bc9224c09f2c41c75e545917a0572566fb;p=gnulib.git diff --git a/modules/acl b/modules/acl index e95d24952..2185242e3 100644 --- a/modules/acl +++ b/modules/acl @@ -3,9 +3,10 @@ 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 @@ -16,9 +17,10 @@ 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" @@ -30,4 +32,4 @@ License: GPL Maintainer: -Paul Eggert, Jim Meyering +Paul Eggert, Jim Meyering, Bruno Haible