comparison libpurple/purple-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
comparison
equal deleted inserted replaced
32373:cf70e3c23c9d 32374:7fb1283c859b
1 prefix=@prefix@ 1 prefix=@prefix@
2 exec_prefix=@exec_prefix@ 2 exec_prefix=@exec_prefix@
3 libdir=@libdir@ 3 libdir=@libdir@
4 includedir=@includedir@ 4 includedir=@includedir@/libpurple
5 datarootdir=@datarootdir@ 5 datarootdir=@datarootdir@
6 datadir=@datadir@ 6 datadir=@datadir@
7 sysconfdir=@sysconfdir@ 7 sysconfdir=@sysconfdir@
8 8
9 plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@ 9 plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@