1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

pyrpc: Build the samba.dcerpc.srvsvc module.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Nov 20 19:52:36 CET 2010 on sn-devel-104
This commit is contained in:
Ricardo Jorge 2010-11-20 16:18:10 +01:00 committed by Jelmer Vernooij
parent bc058b79bc
commit bd7647f0f9

View File

@ -212,6 +212,11 @@ bld.SAMBA_PYTHON('python_dcerpc',
realname='samba/dcerpc/base.so'
)
bld.SAMBA_PYTHON('python_srvsvc',
source='../../librpc/gen_ndr/py_srvsvc.c',
deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util',
realname='samba/dcerpc/srvsvc.so'
)
bld.SAMBA_PYTHON('python_echo',
source='../../librpc/gen_ndr/py_echo.c',