1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3-waf: Link versiontest only against needed subsystems.

This commit is contained in:
Andreas Schneider 2012-01-24 16:30:51 +01:00 committed by Andreas Schneider
parent dc4924b0a0
commit 1ffc082100

View File

@ -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,