[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Sep 8 15:37:55 MDT 2010


The branch, master has been updated
       via  3fb5aba s4-waf: fix bin/python/samba/dcerpc/nbt.so.
      from  8140182 wafsamba: Eliminate sys.path updating if installing to a standard python path.

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


- Log -----------------------------------------------------------------
commit 3fb5aba9cf59198dea3b43754dbe6b3ffb3ea474
Author: Günther Deschner <gd at samba.org>
Date:   Wed Sep 8 23:23:09 2010 +0200

    s4-waf: fix bin/python/samba/dcerpc/nbt.so.
    
    Thanks to Brad Hards for pointing this out.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index de0fc77..06bd8a7 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -475,6 +475,10 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_SPOOLSS',
 	public_deps='dcerpc NDR_SPOOLSS'
 	)
 
+bld.SAMBA_SUBSYSTEM('RPC_NDR_NBT',
+	source='../../librpc/gen_ndr/ndr_nbt_c.c',
+	public_deps='dcerpc NDR_NBT'
+	)
 
 bld.SAMBA_SUBSYSTEM('RPC_NDR_WKSSVC',
 	source='../../librpc/gen_ndr/ndr_wkssvc_c.c',
@@ -707,7 +711,7 @@ bld.SAMBA_PYTHON('python_atsvc',
 
 bld.SAMBA_PYTHON('python_dcerpc_nbt',
 	source='../../librpc/gen_ndr/py_nbt.c',
-	deps='NDR_NBT PYTALLOC pyrpc_util',
+	deps='NDR_NBT RPC_NDR_NBT PYTALLOC pyrpc_util',
 	realname='samba/dcerpc/nbt.so'
 	)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list