[gnome-builder/wip/chergert/debugger: 33/58] build: give run access to load mi2



commit bac972a9013348a1c57efd8cc1878c4275665f43
Author: Christian Hergert <chergert redhat com>
Date:   Fri Mar 24 02:59:52 2017 -0700

    build: give run access to load mi2

 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 74992d6..077c36d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,7 +59,7 @@ dist-hook:
 
 .PHONY: AUTHORS
 
-RUNTIME_TYPELIB_PATH = libide:contrib/egg:contrib/pnl:contrib/tmpl:$(GI_TYPELIB_PATH)
+RUNTIME_TYPELIB_PATH = libide:contrib/egg:contrib/pnl:contrib/tmpl:contrib/mi2:$(GI_TYPELIB_PATH)
 
 run:
        @ LSAN_OPTIONS=suppressions=$(top_srcdir)/build/asan.supp              \
@@ -71,6 +71,7 @@ run:
        GI_TYPELIB_PATH="$(RUNTIME_TYPELIB_PATH)"                              \
        GOBJECT_DEBUG=instance-count                                           \
        PYTHONDONTWRITEBYTECODE=yes                                            \
+       LD_LIBRARY_PATH=contrib/mi2/.libs:$(LD_LIBRARY_PATH)                   \
        PATH=$(top_builddir)/src:${PATH}                                       \
        $(LIBTOOL) --mode=execute gdb                                          \
            -ex 'handle SIGPIPE nostop noprint pass'                           \


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