diff options
author | Günther Deschner <gd@samba.org> | 2010-10-08 13:17:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-20 16:21:12 +0200 |
commit | 4a2e47b74a7dbf8604d6a3eff6235819d13fd83f (patch) | |
tree | 9fd4ff19e8be9262d0c2a86589754b71da5e480b /source3/auth/wscript_build | |
parent | 71ac92b67391d826b015fc4cffb104918d14594b (diff) | |
download | samba-4a2e47b74a7dbf8604d6a3eff6235819d13fd83f.tar.gz samba-4a2e47b74a7dbf8604d6a3eff6235819d13fd83f.tar.bz2 samba-4a2e47b74a7dbf8604d6a3eff6235819d13fd83f.zip |
s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.
Guenther
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r-- | source3/auth/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 62a730ccd9..0fd28bc1f6 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -61,6 +61,7 @@ bld.SAMBA_MODULE('auth_server', bld.SAMBA_MODULE('auth_domain', subsystem='auth', source=AUTH_DOMAIN_SRC, + deps='RPC_CLIENT_SCHANNEL', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('AUTH_DOMAIN'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('AUTH_DOMAIN')) |