X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Facl;h=f5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4;hb=86e2d81da06878e9aace64867dd3f09d63e9f39e;hp=d3417caa711b715221365bbfcc66265b7ce7c77f;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=pspp diff --git a/modules/acl b/modules/acl index d3417caa71..f5913c213b 100644 --- a/modules/acl +++ b/modules/acl @@ -3,17 +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" +Link: +$(LIB_ACL) + +License: +GPL + +Maintainer: +Paul Eggert, Jim Meyering, Bruno Haible