s3-waf: add in a little hack to deal with the ECHO rpc module for non-developer builds.
authorGünther Deschner <gd@samba.org>
Tue, 28 Sep 2010 20:53:08 +0000 (22:53 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 28 Sep 2010 20:55:18 +0000 (22:55 +0200)
This will be removed once we have the rpc modules subsystem in place.

Guenther

source3/wscript_build

index 183eac1a697c8ac393ce04fe96d47501d122231f..634d843dfc5174a22ee2971c64e911f0f3e994b5 100644 (file)
@@ -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