diff 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
line wrap: on
line diff
--- a/libpurple/purple-3.pc.in	Thu Dec 01 20:11:42 2011 +0000
+++ b/libpurple/purple-3.pc.in	Sun Dec 04 21:12:56 2011 +0000
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/libpurple
 datarootdir=@datarootdir@
 datadir=@datadir@
 sysconfdir=@sysconfdir@