s3-waf: Fixed dependencies of the the avahi subsystem.
authorAndreas Schneider <asn@samba.org>
Wed, 2 Jun 2010 09:19:36 +0000 (11:19 +0200)
committerKai Blin <kai@samba.org>
Wed, 2 Jun 2010 09:30:02 +0000 (11:30 +0200)
source3/wscript_build

index ab578ff813da98bfbe0ed330cfb8fb6e64baa6e7..138f284cb9f678010f573be894e84761de0bad1a 100644 (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',