diff options
author | Ted Gould <ted@gould.cx> | 2010-09-19 13:28:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-19 13:28:14 -0500 |
commit | 49b70435e5ad752302913719fe227569b51aed40 (patch) | |
tree | b8cdf29d385ce2253aa7765ed40dbb63767c556a /libindicator/indicator.pc.in | |
parent | 0bcacdcdc45b229e955d9e9d748580f4c3fb3fd1 (diff) | |
parent | bf38aa8b5b4331ac13503d53b123e6bbf19f7432 (diff) | |
download | libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.tar.gz libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.tar.bz2 libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.zip |
* Upstream Merge
* Adding a function to signal a menu is shown
* Changing indicator directory to '4'
* debian/control: Switching from libindicator0 to libindicator1
as we've broken ABI. Conflicting with libindicator0 to make
upgrade simpler as it doesn't make sense to have both installed.
* Autogen update
Diffstat (limited to 'libindicator/indicator.pc.in')
-rw-r--r-- | libindicator/indicator.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index 91b70b1..abc5590 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -indicatordir=${libdir}/indicators/3/ +indicatordir=${libdir}/indicators/4/ iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.3 |