From 526bba24a41c4173e9fa448e5d47f20f0c89940f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 28 Jun 2012 10:38:17 +0200 Subject: [PATCH] Fix python tests when libsecret is not installed --- library/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/tests/Makefile.am b/library/tests/Makefile.am index 7ea2926..0e7908b 100644 --- a/library/tests/Makefile.am +++ b/library/tests/Makefile.am @@ -53,7 +53,7 @@ JS_TESTS = \ test-store-password.js JS_ENV = \ - LD_LIBRARY_PATH=$(builddir)/.libs \ + LD_LIBRARY_PATH=$(builddir)/../.libs:$(builddir)/.libs \ GI_TYPELIB_PATH=$(builddir)/..:$(builddir) PY_TESTS = \