diff options
author | Ted Gould <ted@canonical.com> | 2009-11-02 17:14:34 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-02 17:14:34 -0600 |
commit | c626be5fe653cc7673433207935dc3ef953847d1 (patch) | |
tree | 21fba63d51f8bbf1f7d6ade774739b2892a89de0 /libindicator | |
parent | a4652e18bcf44f5f58e3cc6e32b36a2a5845cb00 (diff) | |
parent | 0aa210608dda6d29c178126e0ad1d613e30e3cd3 (diff) | |
download | libayatana-indicator-c626be5fe653cc7673433207935dc3ef953847d1.tar.gz libayatana-indicator-c626be5fe653cc7673433207935dc3ef953847d1.tar.bz2 libayatana-indicator-c626be5fe653cc7673433207935dc3ef953847d1.zip |
Fixing package config file to point to library
Diffstat (limited to 'libindicator')
-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 2835115..9a8169e 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -9,7 +9,7 @@ iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.1 Requires: gtk+-2.0 -Libs: +Libs: -lindicator Name: libindicator Description: libindicator. |