view libpurple/purple.pc.in @ 25997:e995540378f0

Obey the 'inactivity' attribute and send blank updates often enough. Also, when receiving a reply from the server, if we have data to send, send it. This is pretty clunky, as it currently triggers about two seconds before the keepalive ping. Left a TODO in the code regarding that.
author Paul Aurich <paul@darkrain42.org>
date Mon, 16 Mar 2009 06:32:55 +0000
parents 389a51db740f
children 1d969bd224f2
line wrap: on
line source

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

Name: libpurple
Description: libpurple is a GLib-based instant messenger library.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${includedir}/libpurple
Libs: -L${libdir} -lpurple