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



commit b5e4a4642c2b5357be8cc9d166d295e66fecccbf
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 8ee9701..bd1e92f 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		\
@@ -470,6 +471,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 1527512..e19010f 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]