diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicator/indicator.pc.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 90312a5..9925ba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.2.1-0ubuntu2~ppa1~sm2) UNRELEASED; urgency=low + + * Fixing package config file to point to library + + -- Ted Gould <ted@ubuntu.com> Mon, 02 Nov 2009 17:12:39 -0600 + libindicator (0.2.1-0ubuntu2~ppa1~sm1) karmic; urgency=low * Adding in service management code. 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. |