aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 14:42:07 -0500
committerTed Gould <ted@gould.cx>2010-08-12 14:42:07 -0500
commitccf75cad2e171b9cb2683a02fbb7276371cde40e (patch)
tree848d21daf223a3446bbfb197321faa44f8471edf /tools/Makefile.in
parent13ebc6ddcc71a2594f06f00f36e4ed5ab7414a3b (diff)
parent94a94652592cab71ec64f75cca04e9b9052d05db (diff)
downloadlibayatana-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/Makefile.in')
-rw-r--r--tools/Makefile.in2
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@