summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-02 21:24:32 +0200
committerXan Lopez <xan@igalia.com>2012-10-02 23:20:59 +0200
commit59934f569070b08e57444d0f650cb6e9bd6a036e (patch)
treec33b1b861c394d483fae426825ba0518c5c035be /src/Makefile.am
parentbbf60892b4392af2dac4ec533932a8f40c26fe8d (diff)
downloadepiphany-59934f569070b08e57444d0f650cb6e9bd6a036e.tar.gz
Remove UI code from adblock, un-extensionify it
We are not using this code for now, easy enough to re-add somehow if we want to provide a UI to edit the adblock rules. With that gone, it's now trivial to drop the extension code too, so now the adblocker is just a GObject implementing the Adblock interface. https://bugzilla.gnome.org/show_bug.cgi?id=681657
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2f3599538..899fa8338 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,6 @@ header_DATA = \
$(INST_H_FILES)
NOINST_H_FILES = \
- adblock-ui.h \
ephy-action-helper.h \
ephy-adblock-extension.h \
ephy-combined-stop-reload-action.h \
@@ -54,7 +53,6 @@ INST_H_FILES = \
$(NULL)
libephymain_la_SOURCES = \
- adblock-ui.c \
ephy-action-helper.c \
ephy-adblock-extension.c \
ephy-completion-model.c \
@@ -118,7 +116,6 @@ libephymain_la_CFLAGS = \
$(AM_CFLAGS)
UI_FILES = \
- resources/adblock.ui \
resources/epiphany-bookmark-editor-ui.xml \
resources/epiphany-history-window-ui.xml \
resources/epiphany-ui.xml \