From 8126575461156a074b5a7ea0f546db23ca0d2133 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 15 Dec 2011 01:25:38 +0000 Subject: [PATCH] SugarExt: make SugarGrid introspectable This will be used by a future GTK3 port of the shell. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer --- src/sugar3/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sugar3/Makefile.am b/src/sugar3/Makefile.am index e795c273..1f073df6 100644 --- a/src/sugar3/Makefile.am +++ b/src/sugar3/Makefile.am @@ -132,6 +132,8 @@ SugarExt_1_0_gir_FILES = \ gsm-xsmp.h \ sugar-key-grabber.c \ sugar-key-grabber.h \ + sugar-grid.c \ + sugar-grid.h \ gdk-wrapper.c \ gdk-wrapper.h \ rsvg-wrapper.c \