Mercurial > pidgin
view plugins/ssl/Makefile.am @ 9455:5b4b3fb286b0
[gaim-migrate @ 10279]
This makes us check that we have a valid fd in oscar before trying to
see what port it is on, so we don't fail g_return's and spew warnings.
This also fixes a bug I think KingAnt caused in network.c, which was making
gaim_network_do_listen() return -1 for me.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Tue, 06 Jul 2004 05:37:16 +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)
