diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-24 18:36:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-24 21:58:40 -0400 |
commit | a5f474bc667b100b029a56f81d3a39e01bf34c4b (patch) | |
tree | 6756f18203184b2fdde3f56226bb804ff6f69103 /demos/Makefile.am | |
parent | 12e389dd3ce48f58208d42ac0369c7303190adb0 (diff) | |
download | gtk+-a5f474bc667b100b029a56f81d3a39e01bf34c4b.tar.gz |
Add an icon browser
This is meant to help app authors choose the right icons.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 5e2ae7e629..5c4873cc10 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for gtk+/demos include $(top_srcdir)/Makefile.decl -SUBDIRS = gtk-demo widget-factory +SUBDIRS = gtk-demo widget-factory icon-browser -include $(top_srcdir)/git.mk |