diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-12 14:50:40 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-12 17:33:10 +0100 |
commit | 103c1cb9bf71af1925feb07386a6920807aceca3 (patch) | |
tree | 0ce2f864416434ea65020375b95521d7c839e060 | |
parent | ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee (diff) | |
download | samba-103c1cb9bf71af1925feb07386a6920807aceca3.tar.gz samba-103c1cb9bf71af1925feb07386a6920807aceca3.tar.xz samba-103c1cb9bf71af1925feb07386a6920807aceca3.zip |
s3-waf: auth_netlogond depends on tldap.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Jan 12 17:33:10 CET 2012 on sn-devel-104
-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 4894e352da1..4f04772b4c6 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -96,6 +96,7 @@ bld.SAMBA3_MODULE('auth_builtin', bld.SAMBA3_MODULE('auth_netlogond', subsystem='auth', source=AUTH_NETLOGOND_SRC, + deps='TLDAP', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_netlogond'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_netlogond')) |