aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-03 03:31:10 +0800
committerXan Lopez <xan@igalia.com>2012-10-03 05:21:05 +0800
commit530ef74c3ca2b8fcb3b54947cc111397b943b417 (patch)
treeb99260f9c0773890791ea950af323396212beb95 /embed/Makefile.am
parent59934f569070b08e57444d0f650cb6e9bd6a036e (diff)
downloadgsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.gz
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.bz2
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.lz
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.xz
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.zst
gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.zip
Move adblock extension to embed/
No reason for it to be in src/ now. https://bugzilla.gnome.org/show_bug.cgi?id=681657
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 900bbd0f1..a42fec7b0 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -9,12 +9,14 @@ header_DATA = \
NOINST_H_FILES = \
ephy-about-handler.h \
+ ephy-adblock-extension.h \
ephy-embed-dialog.h \
ephy-embed-private.h \
ephy-encoding.h \
ephy-encodings.h \
ephy-file-monitor.h \
- ephy-request-about.h
+ ephy-request-about.h \
+ uri-tester.h
INST_H_FILES = \
ephy-adblock.h \
@@ -39,6 +41,7 @@ BUILT_SOURCES = \
libephyembed_la_SOURCES = \
ephy-about-handler.c \
ephy-adblock.c \
+ ephy-adblock-extension.c \
ephy-adblock-manager.c \
ephy-download.c \
ephy-embed.c \
@@ -56,6 +59,7 @@ libephyembed_la_SOURCES = \
ephy-request-about.c \
ephy-embed-prefs.c \
ephy-web-view.c \
+ uri-tester.c \
$(INST_H_FILES) \
$(NOINST_H_FILES)