From 10267f153c590838d2440e71b535e55874d82d9c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 22:40:12 +1000 Subject: s4-python: complete python bindigns for smb_acls.idl --- source4/librpc/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4') 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', -- cgit