diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-01-25 01:21:24 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:33:59 +0800 |
commit | 5793ceba3440c18f43cd0deb281db7ed9b7bc53b (patch) | |
tree | 7a8a1b4e8b56764749a1a3f6389d40b806409d88 /lib/widgets/Makefile.am | |
parent | b447f3c0080796b087386e013c75a3613f79d86b (diff) | |
download | gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar.gz gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar.bz2 gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar.lz gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar.xz gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.tar.zst gsoc2013-epiphany-5793ceba3440c18f43cd0deb281db7ed9b7bc53b.zip |
Add GdMainView for use in the overview
This widget courtesy of gnome-documents
https://bugzilla.gnome.org/show_bug.cgi?id=455173
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 8a7e54b81..71980752c 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -29,6 +29,18 @@ libephywidgets_la_SOURCES = \ ephy-urls-view.h \ ephy-zoom-action.h \ ephy-zoom-action.c \ + gd-main-icon-view.c \ + gd-main-icon-view.h \ + gd-main-list-view.c \ + gd-main-list-view.h \ + gd-main-view-generic.c \ + gd-main-view-generic.h \ + gd-main-view.c \ + gd-main-view.h \ + gd-toggle-pixbuf-renderer.c \ + gd-toggle-pixbuf-renderer.h \ + gd-two-lines-renderer.c \ + gd-two-lines-renderer.h \ nautilus-floating-bar.c \ nautilus-floating-bar.h \ totem-glow-button.c \ |