summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
commitc0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c (patch)
treefb65084de9afa231664360b11d4306cf834ae20e /gtk/Makefile.am
parentd8df3618135b4abe4a3af6cba6bff6aea225fc0f (diff)
downloadgtk+-c0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c.tar.gz
Add a combo box cell renderer.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b515866175..cd490b0b0a 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -118,6 +118,7 @@ gtk_public_h_sources = \
gtkcelleditable.h \
gtkcelllayout.h \
gtkcellrenderer.h \
+ gtkcellrenderercombo.h \
gtkcellrendererpixbuf.h \
gtkcellrendererprogress.h \
gtkcellrenderertext.h \
@@ -324,6 +325,7 @@ gtk_c_sources = \
gtkcelleditable.c \
gtkcelllayout.c \
gtkcellrenderer.c \
+ gtkcellrenderercombo.c \
gtkcellrendererpixbuf.c \
gtkcellrendererprogress.c \
gtkcellrendererseptext.c\