1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-waf: Link testparm only against needed subsystems.

This commit is contained in:
Andreas Schneider 2012-01-24 12:54:28 +01:00 committed by Andreas Schneider
parent 3e4e84a8ff
commit cd035436df

View File

@ -1386,8 +1386,9 @@ bld.SAMBA3_BINARY('smbspool',
bld.SAMBA3_BINARY('testparm',
source=TESTPARM_SRC,
deps='''talloc tevent ldap cap
wbclient asn1util LIBTSOCKET pdb param smbd_shim
deps='''
talloc
param
popt_samba3''',
vars=locals())