view libpurple/purple.pc.in @ 18249:35d981091506

Prepend to lists for performance, and use g_list_reverse when the list is being built in reverse order (as opposed to random order, like when we're getting files from a readdir()) to improve the performance of the sort that'll happen later in the core logging code.
author Richard Laager <rlaager@wiktel.com>
date Sun, 24 Jun 2007 23:52:08 +0000
parents ce049678a67b
children eb53ce4852a6
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
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