From 428ae4cb1c656f2c05121b1889b88435306b7334 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 25 Aug 2011 19:34:18 +0300 Subject: Add initial implementation of the browse history frontend This will eventually replace the old EphyHistory class --- embed/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed/Makefile.am') diff --git a/embed/Makefile.am b/embed/Makefile.am index c0e21e0a7..44803fdc8 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,6 +26,7 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ + ephy-browse-history.h \ ephy-permission-manager.h \ ephy-web-view.h @@ -48,6 +49,7 @@ libephyembed_la_SOURCES = \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ + ephy-browse-history.c \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ @@ -63,6 +65,7 @@ libephyembed_la_CPPFLAGS = \ -I$(top_builddir)/lib \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/egg \ + -I$(top_srcdir)/lib/history \ -I$(top_srcdir)/lib/widgets \ $(AM_CPPFLAGS) -- cgit