diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 17:01:08 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 63c7118ae097c4145ab0eebf35093463a02dd1e5 (patch) | |
tree | d26c4d7d2e385abfd3e7cb4a1ff26b0dda2d2fbd | |
parent | 2fa6c5e038a58f3feeec2d2ae498e662cf00dc34 (diff) | |
download | samba-63c7118ae097c4145ab0eebf35093463a02dd1e5.tar.gz samba-63c7118ae097c4145ab0eebf35093463a02dd1e5.tar.xz samba-63c7118ae097c4145ab0eebf35093463a02dd1e5.zip |
s3-waf: Link vlp 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 5d4351e82f..e65e10bd38 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1654,7 +1654,9 @@ bld.SAMBA3_BINARY('split_tokens', bld.SAMBA3_BINARY('vlp', source=VLP_SRC, - deps='''talloc tdb_compat PARAM_UTIL UTIL_TDB samba3core param''', + deps=''' + talloc + param''', vars=locals()) swat_dir = os.path.join(bld.curdir, '../swat') |