diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-08 20:11:46 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | c0a7c9f99188ebb3cd27094b9364449bcc2f80d8 (patch) | |
tree | 474568151d887b59a19985c7242615ffe8a2f38e /source3/wscript_build | |
parent | 6bfd745c61458308c3a05a1678cf6507d1a8a375 (diff) | |
download | samba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.tar.gz samba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.tar.xz samba-c0a7c9f99188ebb3cd27094b9364449bcc2f80d8.zip |
Move wbc_async.[ch] to its only user: smbtorture3
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 4062f51add8..9b35af1959d 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''' |