summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:30:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commit1ffc082100ffc78592a0a4b22bec335d25fd7bef (patch)
tree2d9b1a7dfc51a38a2a3563eea854a246f87414a7
parentdc4924b0a090d1ea27a32d9bfadccd55c441de36 (diff)
downloadsamba-1ffc082100ffc78592a0a4b22bec335d25fd7bef.tar.gz
samba-1ffc082100ffc78592a0a4b22bec335d25fd7bef.tar.bz2
samba-1ffc082100ffc78592a0a4b22bec335d25fd7bef.zip
s3-waf: Link versiontest only against needed subsystems.
-rwxr-xr-xsource3/wscript_build4
1 files changed, 3 insertions, 1 deletions
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,