diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 09:55:54 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:55:54 -0600 |
commit | 033de5525d9a2074232e9e0c745a82fd9ad07b4b (patch) | |
tree | c834e92849630881e4e4179ce4627a6dd728ab7a /libindicator | |
parent | 4aa0584cde9bd48652d211c4500cc012507e281e (diff) | |
download | libayatana-indicator-033de5525d9a2074232e9e0c745a82fd9ad07b4b.tar.gz libayatana-indicator-033de5525d9a2074232e9e0c745a82fd9ad07b4b.tar.bz2 libayatana-indicator-033de5525d9a2074232e9e0c745a82fd9ad07b4b.zip |
Adding an icons directory to the .pc file
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index ba88032..2835115 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -5,6 +5,7 @@ bindir=@bindir@ includedir=@includedir@ indicatordir=${libdir}/indicators/2/ +iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.1 Requires: gtk+-2.0 |