summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-02-21 13:19:48 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-03-02 07:46:43 +0100
commit0179badc1d5986dd3868351e4a59b95e1cac9854 (patch)
treebcdaf4471f7e68b8dcb638414bce6b11d9d85c26 /Makefile.am
parentf03788bac621c6e45a5ecfb5421d93487b57d040 (diff)
downloadlibgd-0179badc1d5986dd3868351e4a59b95e1cac9854.tar.gz
Add GdMainIconBoxIcon
This widget acts like a GtkImage, but it will scale the Cairo surface to occupy any extra space that might be allocated to it. This will let us have a nice letterboxed grid of icons. https://bugzilla.gnome.org/show_bug.cgi?id=779032
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b81ff6b..f85a538 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,8 @@ main_icon_box_sources = \
libgd/gd-main-icon-box.h \
libgd/gd-main-icon-box-child.c \
libgd/gd-main-icon-box-child.h \
+ libgd/gd-main-icon-box-icon.c \
+ libgd/gd-main-icon-box-icon.h \
$(NULL)
nodist_libgd_la_SOURCES += $(main_icon_box_sources)