diff options
-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') |