diff options
author | Ted Gould <ted@canonical.com> | 2009-01-19 12:29:03 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-19 12:29:03 -0600 |
commit | e782c32b3228d83251e92b31b5feee41e3e8c040 (patch) | |
tree | bb3db214ff8063f6b75c2d4247b65926061c3335 | |
parent | dbe2080557cd1393237c8fe7dda06e2def189081 (diff) | |
parent | 640fb32d5505ec6aa635a3eca93940b9183fd180 (diff) | |
download | libayatana-indicator-e782c32b3228d83251e92b31b5feee41e3e8c040.tar.gz libayatana-indicator-e782c32b3228d83251e92b31b5feee41e3e8c040.tar.bz2 libayatana-indicator-e782c32b3228d83251e92b31b5feee41e3e8c040.zip |
Wrong indicate include directory in package config files
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicate/indicate.pc.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8fddd76..a1ff9f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa13) intrepid; urgency=low + + * Wrong indicate include directory in package config files + + -- Ted Gould <ted@ubuntu.com> Mon, 19 Jan 2009 12:21:45 -0600 + indicator-applet (0.1~ppa12) intrepid; urgency=low * Removing the gir file from the applet so that it's only diff --git a/libindicate/indicate.pc.in b/libindicate/indicate.pc.in index cdc79b6..96ef15e 100644 --- a/libindicate/indicate.pc.in +++ b/libindicate/indicate.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -Cflags: -I${includedir}/libindicate-0.1 +Cflags: -I${includedir}/libindicate-1.0 Requires: gtk+-2.0 dbus-glib-1 Libs: -L${libdir} -lindicate |