From 9ca6db26ee94c63baa1476d924186ad078bf7f84 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 17 Feb 2017 13:46:43 +0000 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/gir/Makefile.am b/bindings/gir/Makefile.am index 2717e16b..1e0e262d 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 -- cgit v1.2.1