diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 09:15:33 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 09:15:33 -0600 |
commit | 20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2 (patch) | |
tree | 86e9d2be0c5649f030206c93c62b9d433f773b70 /libindicator/indicator.pc.in | |
parent | 5ad8e303d608198feb464fb6930d56856f4bda9d (diff) | |
parent | c3474004764122c3736a8326d26c56c8227223f5 (diff) | |
download | libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.tar.gz libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.tar.bz2 libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.zip |
* Changing the object interface to allow for multiple items
per module.
* Changing debian/libindicator-dev.install for the adjusted
include path.
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 |