diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-03-30 22:01:41 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-06-24 21:59:00 +0200 |
commit | 5f72748c8f1e8313b7f6c4c296cffdae7095cfbe (patch) | |
tree | 353fcae8f270d88389430736d6acc91d667a82f8 /tests/offsets/Makefile.am | |
parent | b491e9ae51ef330d595277e13d5d1556b47450c9 (diff) | |
download | gobject-introspection-5f72748c8f1e8313b7f6c4c296cffdae7095cfbe.tar.gz |
tests: make sure g-ir-scanner can find cairo-1.0.gir
"cairo-1.0.gir" is generated into "$(top_builddir)/gir" but
g-ir-scanner is never instructed to look into that directory.
This fails somewhat when there is no system installed copy
of it when VPATH building "tests/scanner/Regress-1.0.gir":
Couldn't find include cairo-1.0.gir (search path: "everything except the correct value")
https://bugzilla.gnome.org/show_bug.cgi?id=745636
Diffstat (limited to 'tests/offsets/Makefile.am')
-rw-r--r-- | tests/offsets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am index 65d87733..3ae071c2 100644 --- a/tests/offsets/Makefile.am +++ b/tests/offsets/Makefile.am @@ -25,7 +25,7 @@ Offsets_1_0_gir_INCLUDES = GObject-2.0 Offsets_1_0_gir_LIBS = liboffsets.la Offsets_1_0_gir_PACKAGES = gobject-2.0 Offsets_1_0_gir_FILES = $(srcdir)/offsets.h $(srcdir)/offsets.c -Offsets_1_0_gir_SCANNERFLAGS = --warn-all --warn-error -I$(top_srcdir)/tests +Offsets_1_0_gir_SCANNERFLAGS = $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error -I$(top_srcdir)/tests INTROSPECTION_GIRS += Offsets-1.0.gir CLEANFILES += Offsets-1.0.gir Offsets-1.0.typelib liboffsets.la |