diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 13:07:37 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 13:07:37 -0600 |
commit | 0512f86714ed0a46d7a185b4b180f8d3e9928509 (patch) | |
tree | b7cbc4deb2b71928182dd122ebd3917ea13387b2 /libindicator/indicator.pc.in | |
parent | 5ad8e303d608198feb464fb6930d56856f4bda9d (diff) | |
parent | 34f914c264d268efff97142ba1ea7f2c3eab0493 (diff) | |
download | libayatana-indicator-0512f86714ed0a46d7a185b4b180f8d3e9928509.tar.gz libayatana-indicator-0512f86714ed0a46d7a185b4b180f8d3e9928509.tar.bz2 libayatana-indicator-0512f86714ed0a46d7a185b4b180f8d3e9928509.zip |
Changing the object interface to allow for multiple items
per module.
Diffstat (limited to 'libindicator/indicator.pc.in')
-rw-r--r-- | libindicator/indicator.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index 9a8169e..91b70b1 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -4,10 +4,10 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -indicatordir=${libdir}/indicators/2/ +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 |