Mercurial > pidgin
changeset 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 | cf70e3c23c9d |
children | d413405ab2fb |
files | libpurple/purple-3.pc.in pidgin/pidgin-3.pc.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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@
--- 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@