diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:54:02 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 5b8a22ec95955f0b8d4807b06fa460746a4b38d8 (patch) | |
tree | b115837815a78994690267a5ad115c37e16e19a6 | |
parent | 9f917c08e50202fec4e81c99c37cd66edebb33da (diff) | |
download | samba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.tar.gz samba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.tar.xz samba-5b8a22ec95955f0b8d4807b06fa460746a4b38d8.zip |
s3-waf: Link dbwrap_torture only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 4 |
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', |