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). --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2a2113e47..a26c4cfc4 100644 --- a/configure.ac +++ b/configure.ac @@ -329,6 +329,7 @@ doc/Makefile doc/reference/Makefile lib/Makefile lib/egg/Makefile +lib/history/Makefile lib/widgets/Makefile embed/Makefile src/Makefile -- cgit