aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-12 02:41:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-12 02:41:59 +0800
commit468e4623f182273684ff73229df3a4e4d26250d0 (patch)
treea4ea7005fbfbf9c8cbbd30984f96f3b6718f6f73 /mail/Makefile.am
parent5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51 (diff)
downloadgsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.gz
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.bz2
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.lz
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.xz
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.zst
gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.zip
Added a simple LocalStorage manager module so that we can hook up
folder read/unread message count information into it. svn path=/trunk/; revision=5337
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index db70087f38..7c2d0f19c5 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -56,6 +56,8 @@ evolution_mail_SOURCES = \
mail-identify.c \
mail-local.c \
mail-local.h \
+ mail-local-storage.c \
+ mail-local-storage.h \
mail-ops.c \
mail-ops.h \
mail-threads.c \