diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-01-14 21:31:17 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <kov@debian.org> | 2009-05-30 00:15:58 +0800 |
commit | 682bbd135a3cde308e5c067892ad43e2dcecb44f (patch) | |
tree | 38c2503a0ce25b3b9f38ad85e1fc2f292cf3471b /src | |
parent | 6eb907dcc69c4024bb86227522d6bb394028d670 (diff) | |
download | gsoc2013-epiphany-682bbd135a3cde308e5c067892ad43e2dcecb44f.tar.gz gsoc2013-epiphany-682bbd135a3cde308e5c067892ad43e2dcecb44f.tar.zst gsoc2013-epiphany-682bbd135a3cde308e5c067892ad43e2dcecb44f.zip |
Adding a new EphyWebView object
This is an object inheriting from WebKitWebView, and will be used to
house most of the functionality we move from EphyEmbed.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4116b9b0d..448573934 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -388,6 +388,7 @@ BINDING_HEADERS_SRCDIR_IN = \ src/ephy-shell.h \ src/ephy-statusbar.h \ src/ephy-toolbar.h \ + src/ephy-web-view.h \ src/ephy-window.h BINDING_HEADERS_SRCDIR_IGNORE_IN = \ |