1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

s3-waf: Fixed dependencies of the the avahi subsystem.

This commit is contained in:
Andreas Schneider
2010-06-02 11:19:36 +02:00
committed by Kai Blin
parent 74fad2568d
commit 6c7c81a8f2

View File

@@ -855,6 +855,7 @@ bld.SAMBA_SUBSYSTEM('ASN1_UTIL',
bld.SAMBA_SUBSYSTEM('AVAHI',
source=AVAHI_SRC,
deps='avahi-common avahi-client',
enabled=bld.env.with_avahi)
bld.SAMBA_SUBSYSTEM('GROUPDB',