[libsecret] Fix python tests when libsecret is not installed
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] Fix python tests when libsecret is not installed
- Date: Thu, 28 Jun 2012 08:58:38 +0000 (UTC)
commit 526bba24a41c4173e9fa448e5d47f20f0c89940f
Author: Stef Walter <stefw gnome org>
Date: Thu Jun 28 10:38:17 2012 +0200
Fix python tests when libsecret is not installed
library/tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]