[gtk+/grid-widget-2: 4/18] Integrate gtkgrid in the build



commit 24a216a9ae7fe5e2a2afa546a3c77670fd99cc34
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 6 01:53:18 2010 -0400

    Integrate gtkgrid in the build

 gtk/Makefile.am |    2 ++
 gtk/gtk.h       |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index fb040fd..a3a81f5 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -209,6 +209,7 @@ gtk_public_h_sources =          \
 	gtkfontbutton.h		\
 	gtkfontsel.h		\
 	gtkframe.h		\
+	gtkgrid.h		\
 	gtkhandlebox.h		\
 	gtkhbbox.h		\
 	gtkhbox.h		\
@@ -472,6 +473,7 @@ gtk_base_c_sources =            \
 	gtkfontbutton.c         \
 	gtkfontsel.c            \
 	gtkframe.c		\
+	gtkgrid.c		\
 	gtkhandlebox.c		\
 	gtkhbbox.c		\
 	gtkhbox.c		\
diff --git a/gtk/gtk.h b/gtk/gtk.h
index f970cb3..be10ce3 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -93,6 +93,7 @@
 #include <gtk/gtkfontbutton.h>
 #include <gtk/gtkfontsel.h>
 #include <gtk/gtkframe.h>
+#include <gtk/gtkgrid.h>
 #include <gtk/gtkhandlebox.h>
 #include <gtk/gtkhbbox.h>
 #include <gtk/gtkhbox.h>



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