diff options
author | Günther Deschner <gd@samba.org> | 2010-11-30 18:48:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-30 19:06:32 +0100 |
commit | b31c0e41045b90e4f1593c762a0ce07f06676a48 (patch) | |
tree | d1971087f5de3b385d7ab5a9b4ce17eb7cb7d874 | |
parent | 313123705be011334654ce0c8ebaaf21d8ced8cb (diff) | |
download | samba-b31c0e41045b90e4f1593c762a0ce07f06676a48.tar.gz samba-b31c0e41045b90e4f1593c762a0ce07f06676a48.tar.bz2 samba-b31c0e41045b90e4f1593c762a0ce07f06676a48.zip |
s3-waf: use SLCACHE in ntlm_auth.
Guenther
-rw-r--r-- | source3/wscript_build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index c91c8677c8..97b4162d7c 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -724,8 +724,7 @@ POPT_SRC = '''../lib/popt/findme.c ../lib/popt/popt.c ../lib/popt/poptconfig.c \ NTLM_AUTH_SRC1 = '''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c''' NTLM_AUTH_SRC = '''${NTLM_AUTH_SRC1} - ../libcli/auth/spnego_parse.c libsmb/clikrb5.c libads/kerberos.c - libsmb/samlogon_cache.c''' + ../libcli/auth/spnego_parse.c libsmb/clikrb5.c libads/kerberos.c''' VLP_SRC = '''printing/tests/vlp.c @@ -1445,7 +1444,7 @@ bld.SAMBA_BINARY('ntlm_auth', deps='''tdb talloc cap resolv krb5 k5crypto com_err libwbclient PARAM LIB_NONSMBD LIBS LIBSAMBA POPT_SAMBA ASN1_UTIL LIBTSOCKET PASSDB GROUPDB SMBLDAP WBCOMMON LIBINIPARSER LIBADS_SERVER - NDR_SAMR NDR_LSA NDR_NETLOGON LIBCLI_LDAP_NDR LIBNMB''', + NDR_SAMR NDR_LSA NDR_NETLOGON LIBCLI_LDAP_NDR LIBNMB SLCACHE''', vars=locals()) bld.SAMBA_BINARY('timelimit', |