From 46774388dcb7e6534927ae99adf912c911f25689 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Sep 2010 22:53:08 +0200 Subject: 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 --- source3/wscript_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 183eac1a69..634d843dfc 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 -- cgit