aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-06-22 17:17:20 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-06-26 20:30:23 +0800
commit63ff2e3dc786c97d74c7c2e6ee96a26f826abca8 (patch)
treebe23fe0c6e12c42f3436874fefaec9d6189206ee /embed/Makefile.am
parent213a7c80120f416b7082e54157904a638296c5cd (diff)
downloadgsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.gz
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.bz2
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.lz
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.xz
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.zst
gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.zip
embed: Move about handlers to a new file
Leaving in ephy-request-about only the code specific to the soup feature implementation.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index ea7f3c28d..db2123e3b 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -8,6 +8,7 @@ header_DATA = \
$(INST_H_FILES)
NOINST_H_FILES = \
+ ephy-about-handler.h \
ephy-embed-dialog.h \
ephy-embed-private.h \
ephy-encodings.h \
@@ -33,6 +34,7 @@ BUILT_SOURCES = \
ephy-embed-type-builtins.h
libephyembed_la_SOURCES = \
+ ephy-about-handler.c \
ephy-adblock.c \
ephy-adblock-manager.c \
ephy-download.c \