diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 13:54:54 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 13:54:54 -0500 |
commit | 468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0 (patch) | |
tree | 3e89a157af291569c2f48e27063832fbeb6e0cee /docs/Makefile.in | |
parent | 47aa858c1685343913f14629ef48e50f699d27e7 (diff) | |
parent | 0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff) | |
download | libayatana-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 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 182d7e0..ab25fe1 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -187,6 +187,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@ |