From 8034ba4803125000d2d0a27c19c82867fc053f1c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 30 Mar 2019 11:11:58 +0100 Subject: [PATCH] build: Include all generated sources for the gdk gir build The main one is gdkversionmacros.h which resulted in GDK_MAJOR_VERSION, GDK_MINOR_VERSION and GDK_MICRO_VERSION not being included in the Gdk-3.0.gir. Noticed while diffing girs with the meson port. --- gdk/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index e25b57ba50..5b9058ad73 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -243,8 +243,7 @@ if HAVE_INTROSPECTION introspection_files = \ $(filter-out gdkkeysyms-compat.h, $(gdk_h_sources)) \ $(gdk_c_sources) \ - gdkenumtypes.c \ - gdkenumtypes.h + $(gdk_built_sources) Gdk-3.0.gir: libgdk-3.la Makefile Gdk_3_0_gir_SCANNERFLAGS = \