aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-26 03:41:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-27 23:59:54 +0800
commitc03ac675117f81caa051df681a3f763c66714317 (patch)
tree5cea5d355eeb76784b1c68455061654eedc85444 /e-util/Makefile.am
parent4ac5e7162c2af6c32fe6f0968a9d4c6336116e0b (diff)
downloadgsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar.gz
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar.bz2
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar.lz
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar.xz
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.tar.zst
gsoc2013-evolution-c03ac675117f81caa051df681a3f763c66714317.zip
Add EPhotoCache.
Caches contact photos by email address. Replaces the disastrous implementation in e-mail-utils.c.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index f802218db3..3eca4435d7 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -208,6 +208,7 @@ eutilinclude_HEADERS = \
e-online-button.h \
e-paned.h \
e-passwords.h \
+ e-photo-cache.h \
e-picture-gallery.h \
e-plugin-ui.h \
e-plugin.h \
@@ -454,6 +455,7 @@ libeutil_la_SOURCES = \
e-online-button.c \
e-paned.c \
e-passwords.c \
+ e-photo-cache.c \
e-picture-gallery.c \
e-plugin-ui.c \
e-plugin.c \