s4:librpc: add python witness bindings
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Sep 2016 03:51:57 +0000 (05:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 8 Nov 2018 16:47:08 +0000 (17:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/librpc/wscript_build

index 7eb8516cf1a38d99252c5e3a7a6d0c79924c16bc..45e7f986a1a893e634f047b853e994805d139613 100644 (file)
@@ -244,6 +244,12 @@ for env in bld.gen_python_environments():
                 cflags_end=gen_cflags
                )
 
+       bld.SAMBA_PYTHON('python_witness',
+               source='../../librpc/gen_ndr/py_witness.c',
+               deps='RPC_NDR_WITNESS %s %s' % (pytalloc_util, pyrpc_util),
+               realname='samba/dcerpc/witness.so'
+               )
+
        bld.SAMBA_PYTHON('python_dcerpc_nbt',
                source='../../librpc/gen_ndr/py_nbt.c',
                deps='ndr_nbt RPC_NDR_NBT %s %s' % (pytalloc_util, pyrpc_util),