From 313123705be011334654ce0c8ebaaf21d8ced8cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 30 Nov 2010 18:40:30 +0100 Subject: s3-waf: use TLDAP in smbtorture. Guenther --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 9f1f36d86c..c91c8677c8 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -671,7 +671,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_async_echo.c torture/test_posix_append.c''' -SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} ${TLDAP_SRC} +SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} ../nsswitch/libwbclient/wbc_async.c ../nsswitch/libwbclient/wb_reqtrans.c''' @@ -1335,7 +1335,7 @@ bld.SAMBA_BINARY('nmblookup', bld.SAMBA_BINARY('smbtorture', source=SMBTORTURE_SRC, - deps='''talloc tdb tevent cap resolv libwbclient PARAM LIBSMB KRBCLIENT + deps='''talloc tdb tevent cap resolv libwbclient PARAM LIBSMB KRBCLIENT TLDAP LIB_NONSMBD POPT_SAMBA ASN1_UTIL LIBTSOCKET NDR_LSA LIBMSRPC LIBMSRPC_GEN RPCCLI_ECHO''', vars=locals()) -- cgit