[gnome-characters] build: Pass --includedir to g-ir-compiler
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] build: Pass --includedir to g-ir-compiler
- Date: Mon, 8 Feb 2016 08:26:08 +0000 (UTC)
commit d2c7022a8bfdf4cbaff8b74a719ec19cd056ff6f
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Feb 8 17:25:27 2016 +0900
build: Pass --includedir to g-ir-compiler
lib/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 05f3252..6db7a56 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -32,6 +32,7 @@ CLEANFILES += *-t
include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = Gc-1.0.gir
+INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=.
Gc-1.0.gir: libgc.la Makefile
Gc_1_0_gir_NAMESPACE = Gc
@@ -54,7 +55,7 @@ gir_DATA = $(INTROSPECTION_GIRS)
typelib_DATA = $(gir_DATA:.gir=.typelib)
EXTRA_DIST += $(gir_DATA)
-CLEANFILES = $(typelib_DATA)
+CLEANFILES += $(typelib_DATA)
DISTCLEANFILES = $(gir_DATA)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]