From: Andreas Schneider Date: Tue, 24 Jan 2012 15:30:51 +0000 (+0100) Subject: s3-waf: Link versiontest only against needed subsystems. X-Git-Tag: tevent-0.9.15~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ffc082100ffc78592a0a4b22bec335d25fd7bef;p=thirdparty%2Fsamba.git s3-waf: Link versiontest only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 34e3bf583bf..60df5af4857 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,