From d2fa5a0affcfb190de7f4cf21de2a0021bd6278c Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 20 Jun 2017 12:45:16 -0500 Subject: [PATCH] Makefile.am: pass headers to g-ir-scanner Otherwise we get a bad .gir file. https://bugzilla.gnome.org/show_bug.cgi?id=783994 --- atspi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atspi/Makefile.am b/atspi/Makefile.am index 40dcdb3..98b0f04 100644 --- a/atspi/Makefile.am +++ b/atspi/Makefile.am @@ -142,7 +142,7 @@ Atspi_2_0_gir_PACKAGES = dbus-1 Atspi_2_0_gir_EXPORT_PACKAGES = atspi-2 Atspi_2_0_gir_CFLAGS = -I$(top_builddir) -I$(top_srcdir) Atspi_2_0_gir_LIBS = libatspi.la $(top_builddir)/dbind/libdbind.la -Atspi_2_0_gir_FILES = $(libatspi_la_SOURCES) +Atspi_2_0_gir_FILES = $(libatspi_la_SOURCES) $(atspi_headers) Atspi_2_0_gir_SCANNERFLAGS = --namespace Atspi --nsversion=2.0 INTROSPECTION_SCANNER_ARGS += --c-include='atspi/atspi.h' INTROSPECTION_GIRS += Atspi-2.0.gir -- 2.7.4