diff options
author | Günther Deschner <gd@samba.org> | 2010-09-28 22:53:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-28 22:55:18 +0200 |
commit | 46774388dcb7e6534927ae99adf912c911f25689 (patch) | |
tree | 36dab14595e834f1d39bc080fdebf8b0d7768074 /source3 | |
parent | e257e7a40b0d7d22c3aff2d1f15bb350775dbff3 (diff) | |
download | samba-46774388dcb7e6534927ae99adf912c911f25689.tar.gz samba-46774388dcb7e6534927ae99adf912c911f25689.tar.bz2 samba-46774388dcb7e6534927ae99adf912c911f25689.zip |
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
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 4 insertions, 0 deletions
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 |