[gssdp] Fix LD_LIBRARY_PATH in make check



commit efd5fa1a7ffba65c3bba43d6a77d20096ffeb422
Author: Jens Georg <mail jensge org>
Date:   Fri Nov 30 14:45:35 2012 +0100

    Fix LD_LIBRARY_PATH in 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 8a8fc8d..722f058 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)/libgssdp/.libs:$(LD_LIBRARY_PATH)
 
 TESTS=$(check_PROGRAMS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]