diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-03 03:37:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:47 +0800 |
commit | 5fefacc8bfa5a0df736849b01e80b84d35ae9ca1 (patch) | |
tree | 99bf7a21f63f7517389f460f0adffa7d023b478a /embed/Makefile.am | |
parent | 8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45 (diff) | |
download | gsoc2013-epiphany-5fefacc8bfa5a0df736849b01e80b84d35ae9ca1.tar.gz gsoc2013-epiphany-5fefacc8bfa5a0df736849b01e80b84d35ae9ca1.tar.zst gsoc2013-epiphany-5fefacc8bfa5a0df736849b01e80b84d35ae9ca1.zip |
history-window: Add a view for the hosts
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index dec4afbe9..30f44c379 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -29,6 +29,8 @@ INST_H_FILES = \ ephy-history-store.h \ ephy-history-view.h \ ephy-permission-manager.h \ + ephy-hosts-store.h \ + ephy-hosts-view.h \ ephy-web-view.h @@ -55,6 +57,8 @@ libephyembed_la_SOURCES = \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ + ephy-hosts-store.c \ + ephy-hosts-view.c \ ephy-web-app-utils.c \ ephy-web-view.c \ $(INST_H_FILES) \ |