summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-10-25 06:06:32 +0000
committerStefan Metzmacher <metze@samba.org>2010-10-25 08:16:29 +0000
commit98021831d768ebeea0f216f3ad65738c0ea45f37 (patch)
treea5f014590ff7a72b04c66d9c8f2c7b76bef13a61 /source3
parentbaf4c4d3070a7e710fab890fdfebc89e34d15147 (diff)
downloadsamba-98021831d768ebeea0f216f3ad65738c0ea45f37.tar.gz
samba-98021831d768ebeea0f216f3ad65738c0ea45f37.tar.bz2
samba-98021831d768ebeea0f216f3ad65738c0ea45f37.zip
s3-waf: use NDR_NETLOGON for ntlm_auth
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 884e3a2f4d..0f16daab45 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -861,8 +861,7 @@ 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
- ${LIBNMB_SRC}
- ${LIBNDR_NETLOGON_SRC}'''
+ ${LIBNMB_SRC}'''
VLP_SRC = '''printing/tests/vlp.c
@@ -1473,7 +1472,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 LIBCLI_LDAP_NDR''',
+ NDR_SAMR NDR_LSA NDR_NETLOGON LIBCLI_LDAP_NDR''',
vars=locals())
bld.SAMBA_BINARY('timelimit',