summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-06-05 14:56:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-06-05 18:00:26 -0400
commita85fac714563f632a097d1c30332d10f6de50f63 (patch)
tree5c7cba14c3c71bc9867316525c1db02c5afe16ca /gtk/Makefile.am
parent4d7bbd058ebf4451d8f5856f2193bf176df87644 (diff)
downloadgtk+-a85fac714563f632a097d1c30332d10f6de50f63.tar.gz
Add a message area widget
It is called GtkInfoBar. See bug 555344.
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 d80dc7f56a..6d7a03865d 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -230,6 +230,7 @@ gtk_public_h_sources = \
gtkimcontextsimple.h \
gtkimmodule.h \
gtkimmulticontext.h \
+ gtkinfobar.h \
gtkinputdialog.h \
gtkinvisible.h \
gtkitem.h \
@@ -486,6 +487,7 @@ gtk_base_c_sources = \
gtkimcontextsimple.c \
gtkimmodule.c \
gtkimmulticontext.c \
+ gtkinfobar.c \
gtkinputdialog.c \
gtkinvisible.c \
gtkitem.c \