mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:waf: Reformat AVAHI
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
39f69b9bda
commit
a6c998ade9
@ -104,8 +104,14 @@ bld.SAMBA3_LIBRARY('gpo',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('AVAHI',
|
||||
source='lib/avahi.c smbd/avahi_register.c',
|
||||
deps='avahi-common avahi-client',
|
||||
source='''
|
||||
lib/avahi.c
|
||||
smbd/avahi_register.c
|
||||
''',
|
||||
deps='''
|
||||
avahi-common
|
||||
avahi-client
|
||||
''',
|
||||
enabled=bld.env.with_avahi)
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('GROUPDB',
|
||||
|
Loading…
Reference in New Issue
Block a user