From 1ffc082100ffc78592a0a4b22bec335d25fd7bef Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:30:51 +0100 Subject: s3-waf: Link versiontest only against needed subsystems. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 34e3bf583b..60df5af485 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1595,7 +1595,9 @@ bld.SAMBA3_BINARY('smbfilter', bld.SAMBA3_BINARY('versiontest', source='lib/version_test.c', - deps='SAMBA_VERSION samba3core param', + deps=''' + SAMBA_VERSION + param''', vars=locals()) bld.SAMBA3_BINARY('ntlm_auth' + bld.env.suffix3, -- cgit