aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-07 04:20:23 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:47 +0800
commit8cc5c6df39c67e756d2cdc2aabeceb1928808187 (patch)
treed8f388f8261c6ad146246abbaf2f1c285d8e1be9 /embed/Makefile.am
parent59c3c6334c070dc7b9e34c3171dbb99374826705 (diff)
downloadgsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar.gz
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar.bz2
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar.lz
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar.xz
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.tar.zst
gsoc2013-epiphany-8cc5c6df39c67e756d2cdc2aabeceb1928808187.zip
Move the host and urls views from embed to lib/widgets
Since that's their natural place. Also create a base class to hold the common code they share.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 30f44c379..fee25a9c1 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -26,11 +26,7 @@ INST_H_FILES = \
ephy-embed-shell.h \
ephy-embed-utils.h \
ephy-history.h \
- ephy-history-store.h \
- ephy-history-view.h \
- ephy-permission-manager.h \
- ephy-hosts-store.h \
- ephy-hosts-view.h \
+ ephy-permission-manager.h \
ephy-web-view.h
@@ -52,13 +48,9 @@ libephyembed_la_SOURCES = \
ephy-encodings.c \
ephy-favicon-cache.c \
ephy-history.c \
- ephy-history-store.c \
- ephy-history-view.c \
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) \