From: Ralph Boehme Date: Sun, 28 Jul 2019 13:05:13 +0000 (+0200) Subject: librpc: add Python mdssvc bindings X-Git-Tag: talloc-2.3.1~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=873aa1e6c8495c04eb21cfc38fc5a4ad401f80fd;p=thirdparty%2Fsamba.git librpc: add Python mdssvc bindings Not used for now, but soon. Signed-off-by: Ralph Boehme Reviewed-by: Noel Power --- diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index fc3890d3dd2..23b02604c83 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -460,6 +460,13 @@ bld.SAMBA_PYTHON('dcerpc_windows_event_ids', cflags_end=gen_cflags ) +bld.SAMBA_PYTHON('python_mdssvc', + source='../../librpc/gen_ndr/py_mdssvc.c', + deps='RPC_NDR_MDSSVC %s %s' % (pytalloc_util, pyrpc_util), + realname='samba/dcerpc/mdssvc.so', + cflags_end=gen_cflags + ) + if bld.PYTHON_BUILD_IS_ENABLED(): bld.SAMBA_SCRIPT('python_dcerpc_init', pattern='rpc/dcerpc.py',