19 BONJOURSOURCES += ['dns_sd_proxy.c', 'mdns_dns_sd.c']
20 bonjour_link_args = ['-lnetapi32']
22 BONJOURSOURCES += ['mdns_avahi.c']
23 bonjour_link_args = []
27 bonjour_prpl = shared_library('bonjour', BONJOURSOURCES,
28 link_args : bonjour_link_args,
29 dependencies : [libxml, avahi, libpurple_dep, glib, ws2_32],
30 install : true, install_dir : PURPLE_PLUGINDIR)