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 /tests | |
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 'tests')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index ec74829..5c01ece 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -363,6 +363,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@ |