Makefile.am: pass headers to g-ir-scanner
authorMike Gorse <mgorse@suse.com>
Tue, 20 Jun 2017 17:45:16 +0000 (12:45 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 20 Jun 2017 17:45:16 +0000 (12:45 -0500)
Otherwise we get a bad .gir file.

https://bugzilla.gnome.org/show_bug.cgi?id=783994

atspi/Makefile.am

index 40dcdb3..98b0f04 100644 (file)
@@ -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