[gtksourceview] [build] Also scan the generated enum code



commit 7701e369ca9709cf9274799fb78de1db804f4783
Author: Johan Dahlin <johan gnome org>
Date:   Mon Sep 20 23:48:32 2010 -0300

    [build] Also scan the generated enum code
    
    The generated source/headers for enum/type builtins needs
    to be parsed - otherwise the gtypes of the enums will not be known
    and they can't be used as signal types.
    
    This will fix one of the remaining introspection warnings.

 gtksourceview/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index 74f1255..45bfb07 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -173,7 +173,8 @@ GtkSource_3_0_gir_LIBS = libgtksourceview-3.0.la
 GtkSource_3_0_gir_FILES =			\
 	$(libgtksourcecompletionwords_files)	\
 	$(libgtksourceview_headers)		\
-	$(libgtksourceview_c_files)
+	$(libgtksourceview_c_files)		\
+	$(BUILT_SOURCES)
 
 GtkSource_3_0_gir_INCLUDES = Gtk-3.0
 GtkSource_3_0_gir_PACKAGES = gtk+-3.0



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