[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Nov 20 11:53:01 MST 2010


The branch, master has been updated
       via  bd7647f pyrpc: Build the samba.dcerpc.srvsvc module.
      from  bc058b7 heimdal: Don't depend on compile_asn1 and et_compile when using system versions.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bd7647f0f90c8306fb5868e88e6d46bdb7dfef62
Author: Ricardo Jorge <ricardo.swat.samba at gmail.com>
Date:   Sat Nov 20 16:18:10 2010 +0100

    pyrpc: Build the samba.dcerpc.srvsvc module.
    
    Signed-off-by: Jelmer Vernooij <jelmer at samba.org>
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sat Nov 20 19:52:36 CET 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/librpc/wscript_build |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index e7f5267..10096c4 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -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',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list