aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-07-31 19:02:54 +0800
committerXan Lopez <xan@igalia.com>2012-07-31 19:05:46 +0800
commit3ffcaee1656e55de26030f9c9a0c14518cfce048 (patch)
tree51f49c58acb42e47c37568dabd0d793ff0437acb /embed/Makefile.am
parentc4824507c2216c665dab58fce03afd67e9e9ec7d (diff)
downloadgsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar.gz
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar.bz2
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar.lz
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar.xz
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.tar.zst
gsoc2013-epiphany-3ffcaee1656e55de26030f9c9a0c14518cfce048.zip
ephy-encodings: rewrite to drop usage of EphyNode
We have a new 'EphyEncoding' object holding the encoding data, and the EphyEncodings object is now just a hash table holding a bunch of these. Change all the UI code to use the new APIs. https://bugzilla.gnome.org/show_bug.cgi?id=680735
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 63e15fded..f2e7ddcd4 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -11,6 +11,7 @@ NOINST_H_FILES = \
ephy-about-handler.h \
ephy-embed-dialog.h \
ephy-embed-private.h \
+ ephy-encoding.h \
ephy-encodings.h \
ephy-file-monitor.h \
ephy-request-about.h
@@ -46,6 +47,7 @@ libephyembed_la_SOURCES = \
ephy-embed-single.c \
ephy-embed-shell.c \
ephy-embed-utils.c \
+ ephy-encoding.c \
ephy-encodings.c \
ephy-file-monitor.c \
ephy-permission-manager.c \