diff options
author | Günther Deschner <gd@samba.org> | 2010-11-30 18:40:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-30 19:06:32 +0100 |
commit | 313123705be011334654ce0c8ebaaf21d8ced8cb (patch) | |
tree | 0f27229e7e5abc9f05f80e63b6712417ec0436e9 /source3/wscript_build | |
parent | 67f2d4f45c2f0b3f0845f7c688fdc8a230d3e1f9 (diff) | |
download | samba-313123705be011334654ce0c8ebaaf21d8ced8cb.tar.gz samba-313123705be011334654ce0c8ebaaf21d8ced8cb.tar.bz2 samba-313123705be011334654ce0c8ebaaf21d8ced8cb.zip |
s3-waf: use TLDAP in smbtorture.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 4 |
1 files 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()) |