From 6c7c81a8f286a10366a0d2cbb36c00272d6d1d47 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Jun 2010 11:19:36 +0200 Subject: s3-waf: Fixed dependencies of the the avahi subsystem. --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript_build b/source3/wscript_build index ab578ff813..138f284cb9 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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', -- cgit