summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-21 23:21:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-22 03:08:51 +0200
commit1219eaffbe60ea875306f84d3ce7965ce4ae6384 (patch)
tree85126d39c6f5e2986b19dd85231bc46f206aded2 /source4/librpc
parent125e93cdde0798f306cd8a5778ecbf985aa63d3e (diff)
downloadsamba-1219eaffbe60ea875306f84d3ce7965ce4ae6384.tar.gz
samba-1219eaffbe60ea875306f84d3ce7965ce4ae6384.tar.bz2
samba-1219eaffbe60ea875306f84d3ce7965ce4ae6384.zip
s4-python: Complete python bindings for idmap.idl
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Aug 22 03:08:51 CEST 2012 on sn-devel-104
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 eb90d78ad4..d3b81b1721 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -340,6 +340,12 @@ bld.SAMBA_PYTHON('python_dcerpc_xattr',
realname='samba/dcerpc/xattr.so'
)
+bld.SAMBA_PYTHON('python_dcerpc_idmap',
+ source='../../librpc/gen_ndr/py_idmap.c',
+ deps='pytalloc-util pyrpc_util RPC_NDR_XATTR',
+ realname='samba/dcerpc/idmap.so'
+ )
+
bld.SAMBA_PYTHON('python_netlogon',
source='../../librpc/gen_ndr/py_netlogon.c',
deps='RPC_NDR_NETLOGON pytalloc-util pyrpc_util',