summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-29 17:00:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-07-10 22:41:12 -0400
commit126a2308ca467744178d4be3309403f6899de987 (patch)
tree66a321f37f4874f89b57772044662bb9cd195cb7 /gtk/Makefile.am
parentf7683b05b1c29ecc715715b95b2011a895917cf4 (diff)
downloadgtk+-126a2308ca467744178d4be3309403f6899de987.tar.gz
level-bar: introduce GtkLevelBar
Similar to CcStrengthBar from gnome-control-center, but more generic and with thorough CSS styling support. https://bugzilla.gnome.org/show_bug.cgi?id=677892
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 4f4cda03bf..41c61b86d1 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -265,6 +265,7 @@ gtk_public_h_sources = \
gtkinvisible.h \
gtklabel.h \
gtklayout.h \
+ gtklevelbar.h \
gtklinkbutton.h \
gtkliststore.h \
gtklockbutton.h \
@@ -729,6 +730,7 @@ gtk_base_c_sources = \
gtkkeyhash.c \
gtklabel.c \
gtklayout.c \
+ gtklevelbar.c \
gtklinkbutton.c \
gtkliststore.c \
gtklockbutton.c \