diff modules/acl @ 10108:bf329a08180c

Split off copy_acl function to separate file.
author Bruno Haible <bruno@clisp.org>
date Fri, 23 May 2008 00:13:07 +0200 (2008-05-22)
parents 22988cc8fcb0
children 66d52359961e
line wrap: on
line diff
--- a/modules/acl
+++ b/modules/acl
@@ -6,6 +6,7 @@
 lib/acl.c
 lib/acl-internal.h
 lib/acl_entries.c
+lib/copy-acl.c
 lib/file-has-acl.c
 m4/acl.m4
 
@@ -19,6 +20,7 @@
 gl_FUNC_ACL
 
 Makefile.am:
+lib_SOURCES += acl.c copy-acl.c file-has-acl.c
 
 Include:
 "acl.h"