diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-02 11:19:36 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-06-02 11:30:02 +0200 |
commit | 6c7c81a8f286a10366a0d2cbb36c00272d6d1d47 (patch) | |
tree | cfa29c0dc4af0643626e7462174ca7f15550b524 /source3/wscript_build | |
parent | 74fad2568db8e218cb142703078034ec138943fd (diff) | |
download | samba-6c7c81a8f286a10366a0d2cbb36c00272d6d1d47.tar.gz samba-6c7c81a8f286a10366a0d2cbb36c00272d6d1d47.tar.bz2 samba-6c7c81a8f286a10366a0d2cbb36c00272d6d1d47.zip |
s3-waf: Fixed dependencies of the the avahi subsystem.
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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', |