cpw.ljfisher.ssl_client_auth: eabf4fe9: Add support for compiling with GNUTLS so...
lucas.fisher at gmail.com
lucas.fisher at gmail.com
Sat Oct 22 18:40:32 EDT 2011
----------------------------------------------------------------------
Revision: eabf4fe9a840b98e8b3edec1e1f02d78d0dfc7e4
Parent: ae7788368d4555828eac64118060cc1c26ba181a
Author: lucas.fisher at gmail.com
Date: 10/22/11 18:35:34
Branch: im.pidgin.cpw.ljfisher.ssl_client_auth
URL: http://d.pidgin.im/viewmtn/revision/info/eabf4fe9a840b98e8b3edec1e1f02d78d0dfc7e4
Changelog:
Add support for compiling with GNUTLS so we can build with gnutls on windows
Changes against parent ae7788368d4555828eac64118060cc1c26ba181a
patched libpurple/protocols/gg/Makefile.am
-------------- next part --------------
============================================================
--- libpurple/protocols/gg/Makefile.am 055399a717b226355a566bf0361871637cefec72
+++ libpurple/protocols/gg/Makefile.am 607288d692213d3e8279e59b70455adff7b3276d
@@ -100,6 +100,7 @@ libgg_la_SOURCES = $(GGSOURCES)
st = $(GADU_CFLAGS)
pkg_LTLIBRARIES = libgg.la
libgg_la_SOURCES = $(GGSOURCES)
+libgg_la_CFLAGS = $(AM_CFLAGS)
libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS)
endif
@@ -111,3 +112,6 @@ AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DEBUG_CFLAGS)
+if USE_GNUTLS
+libgg_la_CFLAGS += $(GNUTLS_CFLAGS)
+endif
More information about the Commits
mailing list