[libgda/LIBGDA_5.2] Fix libgda.h location for GIR generation



commit 24c91778013a0f0db17c88c49a827b81fc2974be
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Sep 27 10:35:03 2018 -0500

    Fix libgda.h location for GIR generation

 libgda/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index 041459b07..8fdf4f599 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -335,7 +335,6 @@ handlers = \
        handlers/gda-handler-type.c
 
 introspection_sources = $(gda_sources) \
-       $(gda_built_sources) \
        $(gda_headers) \
        $(psupport) \
        $(threadwrapper) \
@@ -347,6 +346,7 @@ Gda_5_0_gir_CFLAGS = $(GLOBAL_CFLAGS)
 
 Gda_5_0_gir_LIBS = $(lib_LTLIBRARIES)
 Gda_5_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
+Gda_5_0_gir_FILES += $(gda_built_sources)
 INTROSPECTION_GIRS += Gda-5.0.gir
 
 if ENABLE_GI_SYSTEM_INSTALL


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