diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 11:46:20 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 045e3445a0cea796c400eacbdb28611b664ef902 (patch) | |
tree | 0cf028d2cf6a917e4f80c4dd1ebe6007ec4570a8 /source4/torture | |
parent | 7a26bb9f7790cf9e0bf2e0e7b841fd5c4a64594c (diff) | |
download | samba-045e3445a0cea796c400eacbdb28611b664ef902.tar.gz samba-045e3445a0cea796c400eacbdb28611b664ef902.tar.xz samba-045e3445a0cea796c400eacbdb28611b664ef902.zip |
s4-auth: make KERBEROS subsystem into authkrb5 private library
this fixes some double linking. The name 'KERBEROS' was also a bit
confusing, as it sounded like a base kerberos library, when it is in
fact part of auth
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index cb8338231a6..d843fc129f1 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -73,7 +73,7 @@ bld.SAMBA_MODULE('TORTURE_AUTH', source='auth/ntlmssp.c auth/pac.c', autoproto='auth/proto.h', subsystem='smbtorture', - deps='LIBCLI_SMB gensec auth KERBEROS POPT_CREDENTIALS smbpasswd torture com_err gensec_ntlmssp', + deps='LIBCLI_SMB gensec auth authkrb5 POPT_CREDENTIALS smbpasswd torture com_err gensec_ntlmssp', internal_module=True ) |