summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-21 22:40:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-22 01:31:57 +0200
commit10267f153c590838d2440e71b535e55874d82d9c (patch)
tree1b533d5a49029da2d5e2ca627ee70b5b5dd6c6b6 /source4/librpc
parent450fcd79c795698c33ef2e0e4e85460128ba7bfd (diff)
downloadsamba-10267f153c590838d2440e71b535e55874d82d9c.tar.gz
samba-10267f153c590838d2440e71b535e55874d82d9c.tar.bz2
samba-10267f153c590838d2440e71b535e55874d82d9c.zip
s4-python: complete python bindigns for smb_acls.idl
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build6
1 files changed, 6 insertions, 0 deletions
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',