diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 04:38:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 04:38:32 +0800 |
commit | 16e2beab9e4d412399f495f6165d27da80cb3675 (patch) | |
tree | 61946c02feb6e8187ef5368a9ddbcf15770cfe06 /mail/Makefile.am | |
parent | 84080821d62db3358fcaee4adfc24782ed7d4318 (diff) | |
download | gsoc2013-evolution-16e2beab9e4d412399f495f6165d27da80cb3675.tar.gz gsoc2013-evolution-16e2beab9e4d412399f495f6165d27da80cb3675.tar.zst gsoc2013-evolution-16e2beab9e4d412399f495f6165d27da80cb3675.zip |
Adapt mail to EShellBackend changes.
Again, builds but not tested. Lots of compiler warnings to clean up,
but I don't have the energy for it. This was pretty grueling.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 5e8a7bc708..e290e4cb5d 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -57,14 +57,14 @@ libevolution_module_mail_la_SOURCES = \ e-mail-reader-utils.h \ e-mail-search-bar.c \ e-mail-search-bar.h \ - e-mail-shell-module.c \ - e-mail-shell-module.h \ - e-mail-shell-module-migrate.c \ - e-mail-shell-module-migrate.h \ - e-mail-shell-module-settings.c \ - e-mail-shell-module-settings.h \ + e-mail-shell-backend.c \ + e-mail-shell-backend.h \ e-mail-shell-content.c \ e-mail-shell-content.h \ + e-mail-shell-migrate.c \ + e-mail-shell-migrate.h \ + e-mail-shell-settings.c \ + e-mail-shell-settings.h \ e-mail-shell-sidebar.c \ e-mail-shell-sidebar.h \ e-mail-shell-view.c \ |