[gnome-builder] build: update typelib path for jhbuild



commit 71586fb6e45f0ad4f4aba96b9c38191ff5389ca2
Author: Christian Hergert <christian hergert me>
Date:   Thu Sep 3 20:08:22 2015 -0700

    build: update typelib path for jhbuild

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3a8725d..58df2cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,13 +72,13 @@ dist-hook:
 
 run:
        GB_IN_TREE_PLUGINS=1 \
-       GI_TYPELIB_PATH="libide:src" \
+       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
        GOBJECT_DEBUG=instance-count \
        $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv -s
 
 strace:
        GB_IN_TREE_PLUGINS=1 \
-       GI_TYPELIB_PATH="libide:src" \
+       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
        GOBJECT_DEBUG=instance-count \
        $(LIBTOOL) --mode=execute strace -T src/gnome-builder -vvvv -s
 


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