aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--embed/Makefile.am6
-rw-r--r--embed/ephy-adblock-extension.c (renamed from src/ephy-adblock-extension.c)0
-rw-r--r--embed/ephy-adblock-extension.h (renamed from src/ephy-adblock-extension.h)0
-rw-r--r--embed/uri-tester.c (renamed from src/uri-tester.c)0
-rw-r--r--embed/uri-tester.h (renamed from src/uri-tester.h)0
-rw-r--r--src/Makefile.am4
6 files changed, 5 insertions, 5 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)
diff --git a/src/ephy-adblock-extension.c b/embed/ephy-adblock-extension.c
index 9e7bf5e94..9e7bf5e94 100644
--- a/src/ephy-adblock-extension.c
+++ b/embed/ephy-adblock-extension.c
diff --git a/src/ephy-adblock-extension.h b/embed/ephy-adblock-extension.h
index 46bea1bca..46bea1bca 100644
--- a/src/ephy-adblock-extension.h
+++ b/embed/ephy-adblock-extension.h
diff --git a/src/uri-tester.c b/embed/uri-tester.c
index 0b4ada297..0b4ada297 100644
--- a/src/uri-tester.c
+++ b/embed/uri-tester.c
diff --git a/src/uri-tester.h b/embed/uri-tester.h
index d8fb85aec..d8fb85aec 100644
--- a/src/uri-tester.h
+++ b/embed/uri-tester.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 899fa8338..ada8e4716 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,6 @@ header_DATA = \
NOINST_H_FILES = \
ephy-action-helper.h \
- ephy-adblock-extension.h \
ephy-combined-stop-reload-action.h \
ephy-encoding-dialog.h \
ephy-encoding-menu.h \
@@ -38,7 +37,6 @@ NOINST_H_FILES = \
pdm-dialog.h \
popup-commands.h \
prefs-dialog.h \
- uri-tester.h \
window-commands.h
INST_H_FILES = \
@@ -54,7 +52,6 @@ INST_H_FILES = \
libephymain_la_SOURCES = \
ephy-action-helper.c \
- ephy-adblock-extension.c \
ephy-completion-model.c \
ephy-completion-model.h \
ephy-combined-stop-reload-action.c \
@@ -82,7 +79,6 @@ libephymain_la_SOURCES = \
popup-commands.c \
prefs-dialog.c \
window-commands.c \
- uri-tester.c \
$(INST_H_FILES) \
$(NOINST_H_FILES) \
$(NULL)