view libpurple/purple.pc.in @ 25137:b3ab1c23cdf6

Register the /buzz command using PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS. This way, we don't have to register the command again with arguments Removed an unused variable in jabber.c
author Marcus Lundblad <ml@update.uu.se>
date Sun, 19 Oct 2008 21:45:39 +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