view libpurple/purple.pc.in @ 20082:90b5255f0a30

In the auto-personize code: 1) Fix a small memory leak. 2) Even though the i == 1 case is impossible, I don't see any reason to note that in the string itself. That won't do any good and may do harm by confusing the translators.
author Richard Laager <rlaager@wiktel.com>
date Sat, 15 Sep 2007 23:58:30 +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