view pidgin/pidgin-3.pc.in @ 32374:7fb1283c859b

This change is needed to make external plugins compile. It's either this or go through every source file and change every reference to account.h, request.h, etc. to libpurple/account.h, libpurple/request.h, etc. The same goes for the change in pidgin-3.pc. I know this might not be a popular change, but I want my plugins to compile.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 04 Dec 2011 21:12:56 +0000
parents 66a445eb2b84
children
line wrap: on
line source

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

plugindir=${libdir}/pidgin

Name: Pidgin
Description: Pidgin is a GTK2-based instant messenger application.
Version: @VERSION@
Requires: gtk+-2.0 purple-3
Cflags: -I${includedir}