diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 22:40:12 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-22 01:31:57 +0200 |
commit | 10267f153c590838d2440e71b535e55874d82d9c (patch) | |
tree | 1b533d5a49029da2d5e2ca627ee70b5b5dd6c6b6 | |
parent | 450fcd79c795698c33ef2e0e4e85460128ba7bfd (diff) | |
download | samba-10267f153c590838d2440e71b535e55874d82d9c.tar.gz samba-10267f153c590838d2440e71b535e55874d82d9c.tar.bz2 samba-10267f153c590838d2440e71b535e55874d82d9c.zip |
s4-python: complete python bindigns for smb_acls.idl
-rw-r--r-- | librpc/wscript_build | 5 | ||||
-rwxr-xr-x | source4/librpc/wscript_build | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index 8dbbe2de05..9d612f08a8 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -377,6 +377,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_XATTR', public_deps='NDR_XATTR dcerpc-binding' ) +bld.SAMBA_SUBSYSTEM('RPC_NDR_SMB_ACL', + source='gen_ndr/ndr_smb_acl_c.c', + public_deps='NDR_SMB_ACL dcerpc-binding' + ) + bld.SAMBA_SUBSYSTEM('RPC_NDR_ROT', source='gen_ndr/ndr_rot_c.c', public_deps='NDR_ROT dcerpc-binding' diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 494ff1237c..eb90d78ad4 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -352,6 +352,12 @@ bld.SAMBA_PYTHON('python_dnsserver', realname='samba/dcerpc/dnsserver.so' ) +bld.SAMBA_PYTHON('python_dcerpc_smb_acl', + source='../../librpc/gen_ndr/py_smb_acl.c', + deps='pytalloc-util pyrpc_util', + realname='samba/dcerpc/smb_acl.so' + ) + bld.SAMBA_SCRIPT('python_dcerpc_init', pattern='rpc/dcerpc.py', installdir='python/samba/dcerpc', |