From 4316895bc7eafde146541ee522ec4d575402d67d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 3 Jan 2011 16:53:00 +0100 Subject: s3-waf: fix the build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Jan 3 18:19:01 CET 2011 on sn-devel-104 --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 2d560888b7..a5cf898069 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -185,7 +185,8 @@ LIBSMB_SRC = '''libsmb/clientgen.c libsmb/cliconnect.c libsmb/clifile.c libsmb/clistr.c libsmb/cliquota.c libsmb/clifsinfo.c libsmb/clidfs.c libsmb/clioplock.c libsmb/clirap2.c libsmb/smb_seal.c libsmb/async_smb.c - libsmb/cli_np_tstream.c''' + libsmb/cli_np_tstream.c + libsmb/smbsock_connect.c''' LIBMSRPC_SRC = ''' ${SCHANNEL_SRC} @@ -616,7 +617,8 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/denytest.c torture/mangle_test.c torture/nbench.c torture/test_async_echo.c - torture/test_posix_append.c''' + torture/test_posix_append.c + torture/test_smbsock_any_connect.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} torture/wbc_async.c -- cgit