diff libpurple/protocols/bonjour/Makefile.mingw @ 18578:acd4ff9ddace

Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 20 Jul 2007 22:24:10 +0000
parents b87114cdd6ae
children 316be7e715c6
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/Makefile.mingw	Fri Jul 20 21:49:53 2007 +0000
+++ b/libpurple/protocols/bonjour/Makefile.mingw	Fri Jul 20 22:24:10 2007 +0000
@@ -57,6 +57,7 @@
 			-lws2_32 \
 			-lintl \
 			-ldnssd \
+			-lnetapi32 \
 			-lpurple
 
 include $(PIDGIN_COMMON_RULES)