[gtksourceview] Fix typebuiltins for introspection
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Fix typebuiltins for introspection
- Date: Mon, 11 Oct 2010 05:34:24 +0000 (UTC)
commit 4ca7cfc97fdd07224e073009fe111bd066036ee3
Author: Jesse van den Kieboom <jesse icecrew nl>
Date: Mon Oct 11 07:33:57 2010 +0200
Fix typebuiltins for introspection
gtksourceview/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index 45bfb07..f330112 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -138,7 +138,7 @@ stamp-gtksourceview-typebuiltins.h: Makefile.am $(libgtksourceview_headers)
$(AM_V_GEN) (cd $(srcdir) \
&& $(GLIB_MKENUMS) \
--fhead "#ifndef __GTKSOURCEVIEW_TYPEBUILTINS_H__\n" \
- --fhead "#define __GTKSOURCEVIEW_TYPEBUILTINS_H__ 1\n\n" \
+ --fhead "#define __GTKSOURCEVIEW_TYPEBUILTINS_H__\n\n" \
--ftail "#endif /* __GTKSOURCEVIEW_TYPEBUILTINS_H__ */\n" \
--fprod "#include <gtksourceview/@filename@>\n" \
--eprod "G_BEGIN_DECLS\n" \
@@ -176,8 +176,8 @@ GtkSource_3_0_gir_FILES = \
$(libgtksourceview_c_files) \
$(BUILT_SOURCES)
-GtkSource_3_0_gir_INCLUDES = Gtk-3.0
-GtkSource_3_0_gir_PACKAGES = gtk+-3.0
+GtkSource_3_0_gir_INCLUDES = Gtk-3.0 Gdk-3.0
+GtkSource_3_0_gir_PACKAGES = gtk+-3.0 gdk-3.0
GtkSource_3_0_gir_EXPORT_PACKAGES = gtksourceview-3.0
girdir = $(INTROSPECTION_GIRDIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]