diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-16 00:53:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-16 00:53:50 +0800 |
commit | 2aea353ce79d16f2ee637f413e49e312d5873f33 (patch) | |
tree | 13d3f9bfc495334065d2ac487cdb679bebf00136 /mail/Makefile.am | |
parent | 859c8b5a8fae36bdb615f35f792c8256d4c8f97e (diff) | |
download | gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.tar.gz gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.tar.zst gsoc2013-evolution-2aea353ce79d16f2ee637f413e49e312d5873f33.zip |
Move mail migration code to libevolution-mail.so.
So Anjal can reuse it.
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 2f0f5c94ca..67497712ee 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -45,6 +45,7 @@ mailinclude_HEADERS = \ e-mail-label-manager.h \ e-mail-label-tree-view.h \ e-mail-local.h \ + e-mail-migrate.h \ e-mail-reader.h \ e-mail-reader-utils.h \ e-mail-search-bar.h \ @@ -102,6 +103,7 @@ libevolution_mail_la_SOURCES = \ e-mail-label-manager.c \ e-mail-label-tree-view.c \ e-mail-local.c \ + e-mail-migrate.c \ e-mail-reader.c \ e-mail-reader-utils.c \ e-mail-search-bar.c \ |