diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-03 04:00:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-03 05:21:15 +0800 |
commit | 9c54a252230ceaf38a3accd5504b3e4bd5959c48 (patch) | |
tree | 6a8c33d4e4e322c2352f71974bf488359c6fc7f7 /embed/Makefile.am | |
parent | 7b72dcabf03b0d989da6cb42f4b5adccba54aa33 (diff) | |
download | gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar.gz gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar.bz2 gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar.lz gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar.xz gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.tar.zst gsoc2013-epiphany-9c54a252230ceaf38a3accd5504b3e4bd5959c48.zip |
adblock: get rid of AdBlock interface
No need for this now, just make EphyAdBlock a concrete class
implementing the adblock functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=681657
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index a42fec7b0..3e44814fb 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -9,7 +9,6 @@ header_DATA = \ NOINST_H_FILES = \ ephy-about-handler.h \ - ephy-adblock-extension.h \ ephy-embed-dialog.h \ ephy-embed-private.h \ ephy-encoding.h \ @@ -41,7 +40,6 @@ 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 \ |