[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Sep 28 14:55:02 MDT 2010


The branch, master has been updated
       via  4677438 s3-waf: add in a little hack to deal with the ECHO rpc module for non-developer builds.
      from  e257e7a autobuild: use git notes for autobuild messages

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


- Log -----------------------------------------------------------------
commit 46774388dcb7e6534927ae99adf912c911f25689
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 28 22:53:08 2010 +0200

    s3-waf: add in a little hack to deal with the ECHO rpc module for non-developer builds.
    
    This will be removed once we have the rpc modules subsystem in place.
    
    Guenther

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

Summary of changes:
 source3/wscript_build |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 183eac1..634d843 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1209,6 +1209,10 @@ bld.SAMBA_SUBSYSTEM('SMBD_BASE',
                     REGFIO REG_API_REGF PRINTING PRINTBACKEND SERVICES NDR_XATTR NDR_PERFCOUNT''',
                     vars=locals())
 
+if not bld.env.developer:
+   bld.SAMBA_SUBSYSTEM('RPC_RPCECHO',
+                       source='')
+
 bld.SAMBA_SUBSYSTEM('RPC_MODULES',
                     source='',
                     deps='''RPC_LSARPC RPC_SAMR RPC_WINREG RPC_INITSHUTDOWN


-- 
Samba Shared Repository


More information about the samba-cvs mailing list