[gnome-builder] build: drop src from GI_TYPELIB_PATH for in-tree execution



commit af2de1011872b2993d7e800fbcb9cf8890897cc8
Author: Christian Hergert <christian hergert me>
Date:   Thu Dec 24 14:06:42 2015 -0800

    build: drop src from GI_TYPELIB_PATH for in-tree execution

 Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9d0d3f2..1f59a09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ run:
        PEAS_DEBUG=1 \
        GB_IN_TREE_PLUGINS=1 \
        GB_IN_TREE_FONTS=1 \
-       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
+       GI_TYPELIB_PATH="libide:$(GI_TYPELIB_PATH)" \
        GOBJECT_DEBUG=instance-count \
        PATH=$(top_builddir)/src:${PATH} \
        $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv -s
@@ -85,7 +85,7 @@ strace:
        PEAS_DEBUG=1 \
        GB_IN_TREE_PLUGINS=1 \
        GB_IN_TREE_FONTS=1 \
-       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
+       GI_TYPELIB_PATH="libide:$(GI_TYPELIB_PATH)" \
        GOBJECT_DEBUG=instance-count \
        PATH=$(top_builddir)/src:${PATH} \
        $(LIBTOOL) --mode=execute strace -T src/gnome-builder -vvvv -s
@@ -94,7 +94,7 @@ debug:
        PEAS_DEBUG=1 \
        GB_IN_TREE_PLUGINS=1 \
        GB_IN_TREE_FONTS=1 \
-       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
+       GI_TYPELIB_PATH="libide:$(GI_TYPELIB_PATH)" \
        G_DEBUG=fatal-criticals \
        GOBJECT_DEBUG=instance-count \
        PATH=$(top_builddir)/src:${PATH} \
@@ -104,7 +104,7 @@ valgrind:
        PEAS_DEBUG=1 \
        GB_IN_TREE_PLUGINS=1 \
        GB_IN_TREE_FONTS=1 \
-       GI_TYPELIB_PATH="libide:src:$(GI_TYPELIB_PATH)" \
+       GI_TYPELIB_PATH="libide:$(GI_TYPELIB_PATH)" \
        G_DEBUG=fatal-criticals \
        G_SLICE=always-malloc \
        PATH=$(top_builddir)/src:${PATH} \


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