Mercurial > pidgin
view plugins/ssl/Makefile.am @ 8536:008e4576dbfc
[gaim-migrate @ 9275]
(10:51:01) datallah: LSchiere: I've got a fix for bug #925013
from bug #925013:
" Since I set a contact's nick to a string that contained
an ampersand I stopped receiving "new message" or "user
is typing" type of notifications for that contact. Then
I replaced the ampersand and now it works as expected." --Javier Kohen
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 31 Mar 2004 15:51:31 +0000 |
| parents | c7dc0dba2c2c |
| children | 2cc05a9e944d |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim ssl_la_LDFLAGS = -module -avoid-version ssl_gnutls_la_LDFLAGS = -module -avoid-version ssl_nss_la_LDFLAGS = -module -avoid-version 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)
