diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:41:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:41:59 +0800 |
commit | 468e4623f182273684ff73229df3a4e4d26250d0 (patch) | |
tree | a4ea7005fbfbf9c8cbbd30984f96f3b6718f6f73 /mail/Makefile.am | |
parent | 5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51 (diff) | |
download | gsoc2013-evolution-468e4623f182273684ff73229df3a4e4d26250d0.tar.gz 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.am | 2 |
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 \ |