Mercurial > pidgin.yaz
view plugins/ssl/Makefile.am @ 11807:1f70f265cf27
[gaim-migrate @ 14098]
These files don't seem to be using these includes. What's the
deal with the leaked bonobo objects when using the evolution plugin?
I've also had some crashes caused by the evo plugin that I think
are slightly related.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 25 Oct 2005 04:24:26 +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)