summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-08 20:11:46 +0100
committerVolker Lendecke <vlendec@samba.org>2010-12-19 23:25:06 +0100
commitc0a7c9f99188ebb3cd27094b9364449bcc2f80d8 (patch)
tree474568151d887b59a19985c7242615ffe8a2f38e /source3/wscript_build
parent6bfd745c61458308c3a05a1678cf6507d1a8a375 (diff)
downloadsamba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.tar.gz
samba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.tar.bz2
samba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.zip
Move wbc_async.[ch] to its only user: smbtorture3
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4062f51add..9b35af1959 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -618,7 +618,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/
torture/test_posix_append.c'''
SMBTORTURE_SRC = '''${SMBTORTURE_SRC1}
- ../nsswitch/libwbclient/wbc_async.c
+ torture/wbc_async.c
../nsswitch/libwbclient/wb_reqtrans.c'''
MASKTEST_SRC = '''torture/masktest.c'''