aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2012-03-02 18:10:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-03 22:02:34 +0800
commit18593a0fb99e04854f66459972b2c53fca601cda (patch)
tree3ab1b17fa1b079e1cecc9ff0055bde40f55e588c /mail/Makefile.am
parentf2ae5f830dc506e084731111008a8e90c093e97e (diff)
downloadgsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar.gz
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar.bz2
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar.lz
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar.xz
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.tar.zst
gsoc2013-evolution-18593a0fb99e04854f66459972b2c53fca601cda.zip
Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and
the daemon can now start the vfolder storage without bothering much with the UI.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index ebc3f6669f..b30c4d042a 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -92,7 +92,7 @@ mailinclude_HEADERS = \
mail-autofilter.h \
mail-guess-servers.h \
mail-send-recv.h \
- mail-vfolder.h \
+ mail-vfolder-ui.h \
message-list.h
if ENABLE_CLUTTER
@@ -151,13 +151,13 @@ libevolution_mail_la_SOURCES = \
em-subscription-editor.c \
em-sync-stream.c \
em-utils.c \
- em-vfolder-editor-context.c \
- em-vfolder-editor-rule.c \
+ em-vfolder-editor-context.c \
+ em-vfolder-editor-rule.c \
em-vfolder-editor.c \
mail-autofilter.c \
mail-guess-servers.c \
mail-send-recv.c \
- mail-vfolder.c \
+ mail-vfolder-ui.c \
message-list.c
if ENABLE_CLUTTER