This change is needed to make external plugins compile. It's either this or go

Sun, 04 Dec 2011 21:12:56 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sun, 04 Dec 2011 21:12:56 +0000
changeset 32736
c9def200c7d3
parent 32735
45e227d27c4c
child 32737
44c6902e2348

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.

libpurple/purple-3.pc.in file | annotate | diff | comparison | revisions
pidgin/pidgin-3.pc.in file | annotate | diff | comparison | revisions
--- 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@
--- a/pidgin/pidgin-3.pc.in	Thu Dec 01 20:11:42 2011 +0000
+++ b/pidgin/pidgin-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@/pidgin
 datarootdir=@datarootdir@
 datadir=@datadir@
 sysconfdir=@sysconfdir@

mercurial