/pidgin/main: 92eb077c0411: Cleanup some bonjour stuff
Gary Kramlich <[email protected]> Sat, 20 Aug 2016 14:36:48 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 92eb077c04112ffae9d25ca7fa9e66541862de8a Author: Gary Kramlich <[email protected]> Date: 2016-08-20 10:39 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/92eb077c0411 Description: Cleanup some bonjour stuff diffstat: libpurple/protocols/bonjour/Makefile.am | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diffs (26 lines): diff --git a/libpurple/protocols/bonjour/Makefile.am b/libpurple/protocols/bonjour/Makefile.am --- a/libpurple/protocols/bonjour/Makefile.am +++ b/libpurple/protocols/bonjour/Makefile.am @@ -1,7 +1,5 @@ EXTRA_DIST = \ mdns_avahi.c \ - mdns_win32.c \ - mdns_dns_sd.c \ dns_sd_proxy.c \ dns_sd_proxy.h \ Makefile.mingw @@ -25,12 +23,9 @@ BONJOURSOURCES = \ bonjour_ft.h if IS_WIN32 -BONJOURSOURCES += \ - dns_sd_proxy.c \ - mdns_win32.c +BONJOURSOURCES += dns_sd_proxy.c else -BONJOURSOURCES += \ - mdns_avahi.c +BONJOURSOURCES += mdns_avahi.c endif AM_CFLAGS = $(st) _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits