1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

s3-waf: Don't build winbindd when --without-winbind is set

This commit is contained in:
Kai Blin
2010-04-21 22:31:35 +02:00
parent 23adc338fe
commit c8c54af69e

View File

@@ -890,6 +890,7 @@ bld.SAMBA_BINARY('winbindd/winbindd',
deps='''talloc tdb tevent cap dl popt DYNCONFIG z NSS_WRAPPER
LIBWBCLIENT PASSDB resolv LDB''',
includes='lib',
enabled=(bld.env.WITH_WINBIND == 1),
vars=locals())
bld.SAMBA_BINARY('wbinfo',