Rename acl.c to set-mode-acl.c.
[pspp] / modules / acl
index 9a7f277555cd4d5a58267191797335098a7e8ee5..8a004b5503b470b45350379b8dc142487b59ab98 100644 (file)
@@ -3,9 +3,9 @@ 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
@@ -20,7 +20,7 @@ configure.ac:
 gl_FUNC_ACL
 
 Makefile.am:
-lib_SOURCES += acl.c copy-acl.c file-has-acl.c
+lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
 
 Include:
 "acl.h"