diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 14:42:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 14:42:07 -0500 |
commit | ccf75cad2e171b9cb2683a02fbb7276371cde40e (patch) | |
tree | 848d21daf223a3446bbfb197321faa44f8471edf /tools | |
parent | 13ebc6ddcc71a2594f06f00f36e4ed5ab7414a3b (diff) | |
parent | 94a94652592cab71ec64f75cca04e9b9052d05db (diff) | |
download | libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.tar.gz libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.tar.bz2 libayatana-indicator-ccf75cad2e171b9cb2683a02fbb7276371cde40e.zip |
* New upstream release.
* Allowing absolute paths in the image name (LP: #564034)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 8c30598..8c6b3b0 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -152,6 +152,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@ PREFIX = @PREFIX@ RANLIB = @RANLIB@ SED = @SED@ |