diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-08-27 02:17:26 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-27 04:41:40 +0200 |
commit | 64552e11dd4435ebd85a0c291987457a99d7fe50 (patch) | |
tree | e8abc260ea3fcfd26934ecf2f0831e6aebb3a37f /source4/librpc/wscript_build | |
parent | 5115f789c007a155e34505852d847b99b7f4c886 (diff) | |
download | samba-64552e11dd4435ebd85a0c291987457a99d7fe50.tar.gz samba-64552e11dd4435ebd85a0c291987457a99d7fe50.tar.bz2 samba-64552e11dd4435ebd85a0c291987457a99d7fe50.zip |
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 <tridge@samba.org>
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-x | source4/librpc/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
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', |