[gegl] Append original LD_LIBRARY_PATH to /tests/python/Makefile.am



commit c2889eb25248bc6b887e12bc514a26965932ff21
Author: Sven Claussner <sclaussner src gnome org>
Date:   Wed Sep 25 20:10:51 2013 +0200

    Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
    
    Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
    to include the locally built BABL and thus make it unnecessary
    to install system BABL packages.

 tests/python/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/python/Makefile.am b/tests/python/Makefile.am
index d1c5fd6..3ffecba 100644
--- a/tests/python/Makefile.am
+++ b/tests/python/Makefile.am
@@ -1,5 +1,5 @@
 TESTS_ENVIRONMENT = \
-    LD_LIBRARY_PATH=$(top_builddir)/gegl/.libs \
+    LD_LIBRARY_PATH=$(top_builddir)/gegl/.libs:$(LD_LIBRARY_PATH) \
        GI_TYPELIB_PATH=$(top_builddir)/gegl:$(GI_TYPELIB_PATH) \
        GEGL_SWAP=RAM \
        GEGL_PATH=$(top_builddir)/operations/


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