Mercurial > pidgin
view plugins/ssl/Makefile.am @ 13071:e84e4e56f8f6
[gaim-migrate @ 15433]
Some oscar changes from Jonathan Clark that
"1) Resolves a looping issue when interacting with the joscar library
(now in use on Adium)
2) Adds an account option for turning on/off proxied file transfers.
I'm hoping to come up with a good way of eliminating this option
all together soon."
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 30 Jan 2006 05:33:48 +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)
