aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 13:54:54 -0500
committerTed Gould <ted@gould.cx>2010-08-12 13:54:54 -0500
commit468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0 (patch)
tree3e89a157af291569c2f48e27063832fbeb6e0cee /example
parent47aa858c1685343913f14629ef48e50f699d27e7 (diff)
parent0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff)
downloadlibayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.gz
libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.bz2
libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.zip
* New upstream release.
* Adding label support into the library * Adding label support into the indicator * Allow the icon theme path to be changed dynamically (LP: #607831) * Rebuild with the new gobject introspection
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 292a6e2..1dbaacb 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -181,6 +181,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYGTK_CODEGEN = @PYGTK_CODEGEN@
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
PYTHON = @PYTHON@