summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 380afbaf8b..df86115757 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -55,6 +55,11 @@ bld.SAMBA3_SUBSYSTEM('NFS4_ACLS',
source='nfs4_acls.c',
deps='samba-util tdb')
+bld.SAMBA3_LIBRARY('non_posix_acls',
+ source='non_posix_acls.c',
+ deps='samba-util vfs',
+ private_library=True)
+
bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL',
source='vfs_aixacl_util.c',
enabled=False) #fixme