[vte] gir: Look in the right path for vtetypebuiltins.cc



commit 9ca6db26ee94c63baa1476d924186ad078bf7f84
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Feb 17 13:46:43 2017 +0000

    gir: Look in the right path for vtetypebuiltins.cc
    
    The vtetypebuiltins.cc file is generated, so it can only be found in the
    build directory, not in the source directory.
    
    This fixes non-srcdir builds like GNOME Continuous.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778832

 bindings/gir/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bindings/gir/Makefile.am b/bindings/gir/Makefile.am
index 2717e16..1e0e262 100644
--- a/bindings/gir/Makefile.am
+++ b/bindings/gir/Makefile.am
@@ -17,7 +17,7 @@ Vte_@VTE_API_VERSION_U@_gir_FILES = \
        $(wildcard $(top_builddir)/src/vte/*.h) \
        $(top_srcdir)/src/pty.cc \
        $(top_srcdir)/src/vtegtk.cc \
-       $(top_srcdir)/src/vtetypebuiltins.cc \
+       $(top_builddir)/src/vtetypebuiltins.cc \
        $(NULL)
 
 girdir = $(datadir)/gir-1.0


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