From 04ed499a8eef1c77c491227941d187778fb5c2e4 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 1 Jul 2011 17:18:10 +0000 Subject: posix-acl: implementation of POSIX ACL as a translator Signed-off-by: Anand Avati BUG: 2815 (Server-enforced ACLs) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2815 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3381054eaf..ec49e968cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,9 @@ AC_CONFIG_FILES([Makefile xlators/encryption/Makefile xlators/encryption/rot-13/Makefile xlators/encryption/rot-13/src/Makefile + xlators/system/Makefile + xlators/system/posix-acl/Makefile + xlators/system/posix-acl/src/Makefile cli/Makefile cli/src/Makefile doc/Makefile -- cgit