summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-07-04 15:56:55 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-07-04 15:56:55 +0000
commit8970881fb4dd8d6600b2c60976f1b27958a1ed18 (patch)
treeb6473ef9177e24b6e21c0f66812dc8e060ccd0db /gtk/Makefile.am
parent17c3df345ac01b427eaec3d03c2251780df06eaf (diff)
downloadgdk-pixbuf-8970881fb4dd8d6600b2c60976f1b27958a1ed18.tar.gz
gtk/gtkiconview.c Add GtkIconView to the build, remove debugging output.
2004-07-04 Anders Carlsson <andersca@gnome.org> * gtk/Makefile.am: * gtk/gtkiconview.c * gtk/gtkiconview.h: Add GtkIconView to the build, remove debugging output.
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 3a9cdd3c8..328f2aea3 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -166,6 +166,7 @@ gtk_public_h_sources = \
gtkhseparator.h \
gtkiconfactory.h \
gtkicontheme.h \
+ gtkiconview.h \
gtkimage.h \
gtkimagemenuitem.h \
gtkimcontext.h \
@@ -380,6 +381,7 @@ gtk_c_sources = \
gtkicontheme.c \
gtkiconthemeparser.c \
gtkiconthemeparser.h \
+ gtkiconview.c \
gtkimage.c \
gtkimagemenuitem.c \
gtkimcontext.c \