summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-11-28 17:47:38 +0100
committerJens Georg <mail@jensge.org>2012-11-28 17:49:30 +0100
commit8159c2a1e10ac24cd4bf07e2b0da8bbd54935b1e (patch)
tree45e098745e48bcfc5f8a80bb991d7bf455f24561
parentb6abeeccbc7f36c1f0da1741024d27351064538b (diff)
downloadgupnp-av-8159c2a1e10ac24cd4bf07e2b0da8bbd54935b1e.tar.gz
Fix LD_LIBRARY_PATH for make check
-rw-r--r--tests/gtest/Makefile.am2
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)