[gobject-introspection/wip/transformer: 12/14] tests: Add --includedir for g-ir-compiler
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/wip/transformer: 12/14] tests: Add --includedir for g-ir-compiler
- Date: Tue, 24 Aug 2010 21:25:44 +0000 (UTC)
commit 08c50d1a9021afdc8143940be32f5113f437aaf0
Author: Colin Walters <walters verbum org>
Date: Fri Aug 20 09:57:13 2010 -0400
tests: Add --includedir for g-ir-compiler
tests/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 46dd63d..82481be 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,7 +37,7 @@ Everything-1.0.gir: libeverything-1.0.la Makefile
everything.h everything.c
Everything-1.0.typelib: Everything-1.0.gir
- $(AM_V_GEN) $(top_builddir)/tools/g-ir-compiler $< -o $@
+ $(AM_V_GEN) $(top_builddir)/tools/g-ir-compiler --includedir=$(top_builddir)/gir $< -o $@
GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile
$(AM_V_GEN) $(top_builddir)/tools/g-ir-scanner --warn-all --warn-error --reparse-validate \
@@ -47,7 +47,7 @@ GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile
gimarshallingtests.h gimarshallingtests.c
GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir
- $(AM_V_GEN) $(top_builddir)/tools/g-ir-compiler $< -o $@
+ $(AM_V_GEN) $(top_builddir)/tools/g-ir-compiler --includedir=$(top_builddir)/gir $< -o $@
check: Everything-1.0.typelib GIMarshallingTests-1.0.typelib
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]