Mercurial > pidgin.yaz
view plugins/ssl/Makefile.am @ 11640:c36adfe4dc57
[gaim-migrate @ 13917]
Fix a bug where Yahoo! away messages would sometimes appear with HTML
markup. It would happen when you become idle--Yahoo! apparently needs
to resend the away message to the server when it flags you as idle.
When it does so, it reads the away message from gc->away, but it does
not properly strip the HTML.
Also, we might need to get some WYSIWYG action for the away message
edit box...
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 11 Oct 2005 04:40:28 +0000 |
parents | 2cc05a9e944d |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim ssl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) ssl_gnutls_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) ssl_nss_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if PLUGINS plugin_LTLIBRARIES = \ ssl.la \ ssl-gnutls.la \ ssl-nss.la ssl_la_SOURCES = ssl.c ssl_gnutls_la_SOURCES = ssl-gnutls.c ssl_nss_la_SOURCES = ssl-nss.c ssl_gnutls_la_LIBADD = $(GNUTLS_LIBS) ssl_nss_la_LIBADD = $(NSS_LIBS) endif # PLUGINS AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(NSS_CFLAGS) \ $(GNUTLS_CFLAGS)