From 64552e11dd4435ebd85a0c291987457a99d7fe50 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 27 Aug 2010 02:17:26 +0200 Subject: pyrpc: Add py_check_dcerpc_type(). This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell --- source4/librpc/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/librpc/wscript_build') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 62cb229b9d..69f3850efb 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -637,6 +637,12 @@ bld.SAMBA_LIBRARY('dcerpc', vnum='0.0.1' ) +bld.SAMBA_SUBSYSTEM('pyrpc_util', + source='rpc/pyrpc_util.c', + public_deps='PYTALLOC', + needs_python=True, + ) + bld.SAMBA_PYTHON('python_dcerpc', source='rpc/pyrpc.c', -- cgit