[gupnp-av] Fix LD_LIBRARY_PATH for make check
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-av] Fix LD_LIBRARY_PATH for make check
- Date: Wed, 28 Nov 2012 16:53:59 +0000 (UTC)
commit 8159c2a1e10ac24cd4bf07e2b0da8bbd54935b1e
Author: Jens Georg <mail jensge org>
Date: Wed Nov 28 17:47:38 2012 +0100
Fix LD_LIBRARY_PATH for make check
tests/gtest/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index 2b1b3b1..0dd8254 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -1,5 +1,5 @@
TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
- LD_LIBRARY_PATH=$(top_builddir)/libgssdp/.libs
+ LD_LIBRARY_PATH=$(top_builddir)/libgupnp-av/.libs:$(LD_LIBRARY_PATH)
TESTS=$(check_PROGRAMS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]