From 4a558fc09327f1a844f6588081cb742a2c7d742f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Nov 2009 11:34:00 -0600 Subject: Moving everything up to '3' as we're breaking everyone pretty bad at this point. --- libindicator/indicator.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator/indicator.pc.in') diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index 9a8169e..9ef3092 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -indicatordir=${libdir}/indicators/2/ +indicatordir=${libdir}/indicators/3/ iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.1 -- cgit v1.2.3 From 34f914c264d268efff97142ba1ea7f2c3eab0493 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Nov 2009 11:34:44 -0600 Subject: Changing the include directory as well. --- libindicator/indicator.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator/indicator.pc.in') diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index 9ef3092..91b70b1 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ indicatordir=${libdir}/indicators/3/ iconsdir=@datarootdir@/@PACKAGE@/icons/ -Cflags: -I${includedir}/libindicator-0.1 +Cflags: -I${includedir}/libindicator-0.3 Requires: gtk+-2.0 Libs: -lindicator -- cgit v1.2.3