From 0705391ed06441b2046d1de4529aa93f51bc3573 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 12 Aug 2012 22:02:23 +1000 Subject: 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 --- librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'librpc/wscript_build') 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' -- cgit