summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-28 00:51:45 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-28 10:08:02 +0200
commita38d6914af10ae18420b3400cf953292fd2699a5 (patch)
tree462d70ad657abb4bd526dd6bc583d9fb8acc54b1 /source3/wscript_build
parentf80e399ab26ea23ba258f885cec7c6c28c62baaa (diff)
downloadsamba-a38d6914af10ae18420b3400cf953292fd2699a5.tar.gz
samba-a38d6914af10ae18420b3400cf953292fd2699a5.tar.bz2
samba-a38d6914af10ae18420b3400cf953292fd2699a5.zip
s3:wscript: use LOCKING subsystem for smbtorture3
metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index b8c186593b..edb2f914b3 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -558,7 +558,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/
torture/test_idmap_tdb_common.c
torture/t_strappend.c'''
-SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} ${LOCKING_SRC} ${FNAME_UTIL_SRC}
+SMBTORTURE_SRC = '''${SMBTORTURE_SRC1}
torture/wbc_async.c'''
MASKTEST_SRC = '''torture/masktest.c'''
@@ -1400,6 +1400,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
TLDAP
RPC_NDR_ECHO
WB_REQTRANS
+ LOCKING
NDR_OPEN_FILES
idmap
''',