diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-03 03:31:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-03 05:21:05 +0800 |
commit | 530ef74c3ca2b8fcb3b54947cc111397b943b417 (patch) | |
tree | b99260f9c0773890791ea950af323396212beb95 /src/Makefile.am | |
parent | 59934f569070b08e57444d0f650cb6e9bd6a036e (diff) | |
download | gsoc2013-epiphany-530ef74c3ca2b8fcb3b54947cc111397b943b417.tar.gz 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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
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) |