[gtk/gtk-3-24: 1/2] build: Include all generated sources for the gdk gir build



commit 8034ba4803125000d2d0a27c19c82867fc053f1c
Author: Christoph Reiter <creiter src gnome org>
Date:   Sat Mar 30 11:11:58 2019 +0100

    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 =     \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]