summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:54:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commit5b8a22ec95955f0b8d4807b06fa460746a4b38d8 (patch)
treeb115837815a78994690267a5ad115c37e16e19a6 /source3/wscript_build
parent9f917c08e50202fec4e81c99c37cd66edebb33da (diff)
downloadsamba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.tar.gz
samba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.tar.bz2
samba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.zip
s3-waf: Link dbwrap_torture only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index de224b4f41..716b5b6b43 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1640,7 +1640,9 @@ bld.SAMBA3_BINARY('dbwrap_tool',
bld.SAMBA3_BINARY('dbwrap_torture',
source=DBWRAP_TORTURE_SRC,
- deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3''',
+ deps='''
+ talloc
+ popt_samba3''',
vars=locals())
bld.SAMBA3_BINARY('split_tokens',