diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:51:39 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 9f917c08e50202fec4e81c99c37cd66edebb33da (patch) | |
tree | 3c019ca9898315665e97a383c71b7d84c9fde26f /source3/wscript_build | |
parent | de1836f586ccace771523e2389838909b4547d28 (diff) | |
download | samba-9f917c08e50202fec4e81c99c37cd66edebb33da.tar.gz samba-9f917c08e50202fec4e81c99c37cd66edebb33da.tar.xz samba-9f917c08e50202fec4e81c99c37cd66edebb33da.zip |
s3-waf: Link dbwrap_tool only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-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 e2cfc14aa2b..de224b4f416 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', |