diff options
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 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')) |