summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:51:39 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commit9f917c08e50202fec4e81c99c37cd66edebb33da (patch)
tree3c019ca9898315665e97a383c71b7d84c9fde26f /source3/wscript_build
parentde1836f586ccace771523e2389838909b4547d28 (diff)
downloadsamba-9f917c08e50202fec4e81c99c37cd66edebb33da.tar.gz
samba-9f917c08e50202fec4e81c99c37cd66edebb33da.tar.bz2
samba-9f917c08e50202fec4e81c99c37cd66edebb33da.zip
s3-waf: Link dbwrap_tool 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 e2cfc14aa2..de224b4f41 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1633,7 +1633,9 @@ bld.SAMBA3_BINARY('test_lp_load',
bld.SAMBA3_BINARY('dbwrap_tool',
source=DBWRAP_TOOL_SRC,
- deps='''talloc tdb_compat tevent cap param smbd_shim popt_samba3''',
+ deps='''
+ talloc
+ popt_samba3''',
vars=locals())
bld.SAMBA3_BINARY('dbwrap_torture',