diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-07 05:25:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 05:25:05 +0800 |
commit | 7d56d43b180e1c24a5114b778e6898e126118f07 (patch) | |
tree | 4edc5719d289322f0912410b2b72d0195ad1e88c /src/bookmarks/Makefile.am | |
parent | b19b4ce1eca123804d8d87bd12e1ba98a5f09683 (diff) | |
download | gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar.gz gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar.bz2 gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar.lz gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar.xz gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.tar.zst gsoc2013-epiphany-7d56d43b180e1c24a5114b778e6898e126118f07.zip |
ephy-bookmarks: use the new history service when possible
The 'cleared' stuff is easy to port. The rest, not so much, because
the API to get the visit count is async.
Diffstat (limited to 'src/bookmarks/Makefile.am')
-rw-r--r-- | src/bookmarks/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index 7231932a0..5843ec918 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -104,6 +104,7 @@ libephybookmarks_la_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/embed \ -I$(top_srcdir)/lib/widgets \ + -I$(top_srcdir)/lib/history \ -I$(top_srcdir)/lib/egg \ -DDATADIR=\""$(pkgdatadir)"\" \ $(AM_CPPFLAGS) |