aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-05-09 18:22:00 +0800
committerXan Lopez <xan@igalia.com>2012-05-09 18:22:00 +0800
commit6b7c59939699ce94931009f1086e92f773306a1e (patch)
treed63ff00d57de3b377872a5445d242481674a921c /embed/Makefile.am
parent38fd1803464eb2e4b84298fe323fac47f4af9ab0 (diff)
downloadgsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.gz
gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.zst
gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.zip
Move ephy-web-app-utils to lib/
We are going to use it in the profile migrator, so it needs to be there. Besides, this code just deals with plain data in the profile and application dir, so it makes sense for it to be here.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 4b0ee88fc..bf05190a2 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -11,8 +11,7 @@ NOINST_H_FILES = \
ephy-embed-dialog.h \
ephy-embed-private.h \
ephy-encodings.h \
- ephy-request-about.h \
- ephy-web-app-utils.h
+ ephy-request-about.h
INST_H_FILES = \
ephy-adblock.h \
@@ -48,7 +47,6 @@ libephyembed_la_SOURCES = \
ephy-permission-manager.c \
ephy-request-about.c \
ephy-embed-prefs.c \
- ephy-web-app-utils.c \
ephy-web-view.c \
$(INST_H_FILES) \
$(NOINST_H_FILES)