diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-08-26 00:34:18 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:43 +0800 |
commit | 428ae4cb1c656f2c05121b1889b88435306b7334 (patch) | |
tree | f38661016b0965872e5c0c09b08bb24c24937020 /embed/Makefile.am | |
parent | 0754cc9ceb8259ae22ce751d068ad132f790adc2 (diff) | |
download | gsoc2013-epiphany-428ae4cb1c656f2c05121b1889b88435306b7334.tar.gz gsoc2013-epiphany-428ae4cb1c656f2c05121b1889b88435306b7334.tar.zst gsoc2013-epiphany-428ae4cb1c656f2c05121b1889b88435306b7334.zip |
Add initial implementation of the browse history frontend
This will eventually replace the old EphyHistory class
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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) |