[gnome-builder] build: require that Template-1.0.gir comes from in tree
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: require that Template-1.0.gir comes from in tree
- Date: Tue, 26 Jan 2016 18:31:42 +0000 (UTC)
commit f8f56ff4d50586a729a6fa37a618b3a7d5046f47
Author: Christian Hergert <chergert redhat com>
Date: Tue Jan 26 19:31:28 2016 +0100
build: require that Template-1.0.gir comes from in tree
libide/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index 90ee83e..e436520 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -544,7 +544,7 @@ introspection_sources = \
$(NULL)
Ide-1.0.gir: libide-1.0.la
-Ide_1_0_gir_INCLUDES = Gio-2.0 GtkSource-3.0 Peas-1.0 Template-1.0
+Ide_1_0_gir_INCLUDES = Gio-2.0 GtkSource-3.0 Peas-1.0
Ide_1_0_gir_CFLAGS = $(libide_1_0_la_CFLAGS)
Ide_1_0_gir_LIBS = \
libide-1.0.la \
@@ -552,6 +552,7 @@ Ide_1_0_gir_LIBS = \
$(top_builddir)/contrib/tmpl/libtemplate-glib-1.0.la
Ide_1_0_gir_FILES = $(introspection_sources)
Ide_1_0_gir_SCANNERFLAGS = \
+ --include-uninstalled=$(top_builddir)/contrib/tmpl/Template-1.0.gir \
--c-include="ide.h" \
-n Ide \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]