diff options
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 12bf184a8e..eb5d9b0ae2 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth_sam_module', source='auth_sam.c', subsystem='auth', init_function='auth_sam_init', - deps='SAMDB auth_sam ntlm_check LIBSAMBA-HOSTCONFIG' + deps='SAMDB auth_sam ntlm_check libsamba-hostconfig' ) @@ -19,7 +19,7 @@ bld.SAMBA_MODULE('auth_server', source='auth_server.c', subsystem='auth', init_function='auth_server_init', - deps='LIBSAMBA-UTIL LIBCLI_SMB CREDENTIALS_NTLM' + deps='libsamba-util LIBCLI_SMB CREDENTIALS_NTLM' ) @@ -55,7 +55,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS', bld.SAMBA_LIBRARY('auth', source='auth.c auth_util.c auth_simple.c', autoproto='auth_proto.h', - deps='LIBSAMBA-UTIL libsecurity SAMDB CREDENTIALS UTIL_TEVENT', + deps='libsamba-util libsecurity SAMDB CREDENTIALS UTIL_TEVENT', private_library=True ) |