view libpurple/purple-uninstalled.pc.in @ 32509:a3283d6a19b2

*** Plucked rev 4b5c688e1486f88c95bbe6946367a00b2d1e02dd (markdoliner@pidgin.im): Adjust this debug statement. listener_ip is based off of the bos connection fd, not the listener_fd, so it's more useful to log info about the bos conn fd. *** Plucked rev 9ac3dc3dac01d52f74ef1da3fe9122a233650e5a (markdoliner@pidgin.im): We don't need to abort the file transfer attempt entirely when this happens. We can just try the next connection method (both users connect to a 3rd party proxy) *** Plucked rev 77872b7f18741bca0e5bda735debf9ea3e3d386f (markdoliner@pidgin.im): Move this check up a level so that it affects direct connections, too. I think this will fix the crash reported in http://trac.adium.im/ticket/15839 Still not sure why ip_atoi fails here.
author Mark Doliner <mark@kingant.net>
date Mon, 13 Feb 2012 03:32:29 +0000
parents 1d969bd224f2
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

abs_srcdir=@abs_srcdir@
abs_builddir=@abs_builddir@

plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@

Name: libpurple
Description: libpurple is a GLib-based instant messenger library.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${abs_srcdir} -I${abs_builddir}
Libs: ${abs_builddir}/libpurple.la