aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 03b33333d..8164a9bb0 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -31,7 +31,9 @@ INST_H_FILES = \
ephy-embed-utils.h \
ephy-history.h \
ephy-password-manager.h \
- ephy-permission-manager.h
+ ephy-permission-manager.h \
+ ephy-web-view.h
+
BUILT_SOURCES = \
ephy-embed-type-builtins.c \
@@ -56,6 +58,8 @@ libephyembed_la_SOURCES = \
ephy-history.c \
ephy-password-manager.c \
ephy-permission-manager.c \
+ ephy-web-view.c
+
$(INST_H_FILES) \
$(NOINST_H_FILES)