summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-12 22:02:23 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-15 11:44:44 +1000
commit0705391ed06441b2046d1de4529aa93f51bc3573 (patch)
tree779833c08ad238468fce64ed577baaaa1367b957 /librpc/wscript_build
parentd5a8e58bfbefd2ba7bcbec337013e8b204c68b6d (diff)
downloadsamba-0705391ed06441b2046d1de4529aa93f51bc3573.tar.gz
samba-0705391ed06441b2046d1de4529aa93f51bc3573.tar.bz2
samba-0705391ed06441b2046d1de4529aa93f51bc3573.zip
s3-smbd: Move smb_acl_t declaration to smb_acl.idl
This will allow us to marshall this into and from an NDR blob on disk, which will allow us to fake up ACL support during make test, and to test the NT ACL emulation using python bindings via the VFS. Andrew Bartlett
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 1dd755eb30..8dbbe2de05 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -239,6 +239,11 @@ bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
header_path='gen_ndr'
)
+bld.SAMBA_SUBSYSTEM('NDR_SMB_ACL',
+ source='gen_ndr/ndr_smb_acl.c',
+ deps='ndr',
+ )
+
bld.SAMBA_SUBSYSTEM('NDR_SVCCTL',
source='gen_ndr/ndr_svcctl.c ndr/ndr_svcctl.c',
public_deps='ndr NDR_SECURITY'