aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMario Sanchez Prada <msanchez@gnome.org>2012-12-04 20:31:52 +0800
committerMario Sanchez Prada <msanchez@gnome.org>2012-12-04 20:02:40 +0800
commitab48808effad3a4d5e58be8877108071d8685a8a (patch)
tree91732637ea334c824e9139987d53e59c035f1b93 /lib/Makefile.am
parent922083024453e10d90cc9819bd0bc6896636e780 (diff)
downloadgsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar.gz
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar.bz2
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar.lz
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar.xz
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.tar.zst
gsoc2013-epiphany-ab48808effad3a4d5e58be8877108071d8685a8a.zip
Add new helper functions WebKit2GTK+'s favicons API.
At the moment, just add one function to obtain a GdkPixbuf* with specific dimensions from a cairo_surface_t*. https://bugzilla.gnome.org/show_bug.cgi?id=679370
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 175297c7c..c120afc51 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -10,6 +10,7 @@ header_DATA = \
NOINST_H_FILES = \
ephy-debug.h \
ephy-dnd.h \
+ ephy-favicon-helpers.h \
ephy-file-chooser.h \
ephy-file-helpers.h \
ephy-gui.h \
@@ -45,6 +46,7 @@ libephymisc_la_SOURCES = \
ephy-debug.c \
ephy-dialog.c \
ephy-dnd.c \
+ ephy-favicon-helpers.c \
ephy-file-chooser.c \
ephy-file-helpers.c \
ephy-gui.c \