From 103c1cb9bf71af1925feb07386a6920807aceca3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 12 Jan 2012 14:50:40 +0100 Subject: s3-waf: auth_netlogond depends on tldap. Autobuild-User: Andreas Schneider Autobuild-Date: Thu Jan 12 17:33:10 CET 2012 on sn-devel-104 --- source3/auth/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth') 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')) -- cgit