diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-01-26 00:23:00 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:34:00 +0800 |
commit | 54810099280f6086b79f92db0a2722b434c01657 (patch) | |
tree | d51896d9682f555204fd668621a4d041a125c9c7 /lib/widgets/Makefile.am | |
parent | 8ddda2707becfbf0fa90159c99f5c7a89a961b79 (diff) | |
download | gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar.gz gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar.bz2 gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar.lz gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar.xz gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.tar.zst gsoc2013-epiphany-54810099280f6086b79f92db0a2722b434c01657.zip |
Add the base EphyOverviewStore model
This should be subclassed by the models for the history and/or
currently open views.
https://bugzilla.gnome.org/show_bug.cgi?id=455173
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index d1b36d6f2..0232edfc5 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -79,6 +79,8 @@ libephywidgets_la_SOURCES = \ ephy-middle-clickable-button.h \ ephy-node-view.c \ ephy-node-view.h \ + ephy-overview-store.c \ + ephy-overview-store.h \ ephy-removable-pixbuf-renderer.c \ ephy-removable-pixbuf-renderer.h \ ephy-search-entry.c \ |