summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r--source4/auth/ntlm/wscript_build9
1 files changed, 7 insertions, 2 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 03a812f577..673b5fc7fe 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -52,12 +52,17 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
)
-bld.SAMBA_MODULE('auth',
+bld.SAMBA_SUBSYSTEM('auth',
source='auth.c auth_util.c auth_simple.c',
autoproto='auth_proto.h',
+ deps='LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT',
+ )
+
+bld.SAMBA_MODULE('auth_server_service',
+ source='auth_server_service.c',
subsystem='service',
init_function='server_service_auth_init',
- deps='LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT',
+ deps='auth',
internal_module=True
)