From 374d66dd260b989f22eba25dad4fabc49da2d586 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 25 Nov 2011 13:39:50 +0100 Subject: Add EphyHistoryService and helper classes EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com). --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index d6bf77fab..9e48a4645 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,6 +147,7 @@ epiphany_LDADD = \ $(top_builddir)/embed/libephyembed.la \ $(top_builddir)/lib/widgets/libephywidgets.la \ $(top_builddir)/lib/libephymisc.la \ + $(top_builddir)/lib/history/libephyhistory.la \ $(top_builddir)/lib/egg/libegg.la \ $(DEPENDENCIES_LIBS) \ $(LIBINTL) -- cgit v1.2.3