Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/Makefile.mingw @ 20002:6583988a57ae
Sneakiness to make it easy to compile xmpp on win32 with Cyrus SASL support. This isn't ready for popular consumption yet, but if anyone wants the sasl binary that I compiled against MIT Kerberos, let me know.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 14 Sep 2007 00:37:11 +0000 |
parents | d32ed28cf645 |
children | 23d046a20aa0 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/Makefile.mingw Fri Sep 14 00:28:55 2007 +0000 +++ b/libpurple/protocols/jabber/Makefile.mingw Fri Sep 14 00:37:11 2007 +0000 @@ -82,6 +82,14 @@ -lintl \ -lpurple +ifeq ($(CYRUS_SASL), 1) +CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.22 +CFLAGS += -DHAVE_CYRUS_SASL +INCLUDE_PATHS += -I$(CYRUS_SASL_TOP)/include +LIB_PATHS += -L$(CYRUS_SASL_TOP)/lib +LIBS += -llibsasl +endif + include $(PIDGIN_COMMON_RULES) ##