[epiphany] Move adblock extension to embed/



commit 530ef74c3ca2b8fcb3b54947cc111397b943b417
Author: Xan Lopez <xan igalia com>
Date:   Tue Oct 2 21:31:10 2012 +0200

    Move adblock extension to embed/
    
    No reason for it to be in src/ now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681657

 embed/Makefile.am                       |    6 +++++-
 {src => embed}/ephy-adblock-extension.c |    0
 {src => embed}/ephy-adblock-extension.h |    0
 {src => embed}/uri-tester.c             |    0
 {src => embed}/uri-tester.h             |    0
 src/Makefile.am                         |    4 ----
 6 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 900bbd0..a42fec7 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
similarity index 100%
rename from src/ephy-adblock-extension.c
rename to embed/ephy-adblock-extension.c
diff --git a/src/ephy-adblock-extension.h b/embed/ephy-adblock-extension.h
similarity index 100%
rename from src/ephy-adblock-extension.h
rename to embed/ephy-adblock-extension.h
diff --git a/src/uri-tester.c b/embed/uri-tester.c
similarity index 100%
rename from src/uri-tester.c
rename to embed/uri-tester.c
diff --git a/src/uri-tester.h b/embed/uri-tester.h
similarity index 100%
rename from src/uri-tester.h
rename to embed/uri-tester.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 899fa83..ada8e47 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]