From: Douglas Bagnall Date: Thu, 29 Jun 2023 03:13:58 +0000 (+1200) Subject: s4/librpc: build conditional ace Python bindings X-Git-Tag: tevent-0.16.0~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829d77b4a029b622ed0fef317150df98d112e05e;p=thirdparty%2Fsamba.git s4/librpc: build conditional ace Python bindings Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 4d101614905..77997b7751c 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -232,6 +232,14 @@ bld.SAMBA_PYTHON('python_dcerpc_security', cflags_end=gen_cflags ) +bld.SAMBA_PYTHON('python_conditional_ace', + source=('../../librpc/gen_ndr/py_conditional_ace.c ' + '../../librpc/gen_ndr/ndr_conditional_ace.c'), + deps='%s %s' % (pytalloc_util, pyrpc_util), + realname='samba/dcerpc/conditional_ace.so', + cflags_end=gen_cflags + ) + bld.SAMBA_PYTHON('python_lsa', source='../../librpc/gen_ndr/py_lsa.c', deps='RPC_NDR_LSA %s %s' % (pytalloc_util, pyrpc_util),