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:
parent
dc4924b0a0
commit
1ffc082100
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user