summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-12 14:50:40 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-12 17:33:10 +0100
commit103c1cb9bf71af1925feb07386a6920807aceca3 (patch)
tree0ce2f864416434ea65020375b95521d7c839e060 /source3/auth/wscript_build
parentad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee (diff)
downloadsamba-103c1cb9bf71af1925feb07386a6920807aceca3.tar.gz
samba-103c1cb9bf71af1925feb07386a6920807aceca3.tar.bz2
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
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r--source3/auth/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index 4894e352da..4f04772b4c 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'))