diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-23 14:40:20 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-23 14:40:20 +0800 |
commit | d571c56260d30a00a03112b8bdfff463d4a24b81 (patch) | |
tree | 28905f8b19ac50d999ff3ed9cb6ea7f547628a7d /mail/Makefile.am | |
parent | 95746c8e3a9c341fac7beae7bc279d6379beb7e4 (diff) | |
download | gsoc2013-evolution-d571c56260d30a00a03112b8bdfff463d4a24b81.tar.gz gsoc2013-evolution-d571c56260d30a00a03112b8bdfff463d4a24b81.tar.zst gsoc2013-evolution-d571c56260d30a00a03112b8bdfff463d4a24b81.zip |
Bug #674272 - Contacts preview differs with mailer running and not
This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest,
making the first two available globally from e-utils, the othe two are loaded only with mailer,
since no other component uses them.
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 72ca86708b..7358f359a5 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -39,6 +39,7 @@ libevolution_mail_la_CPPFLAGS = \ -DG_LOG_DOMAIN=\"evolution-mail\" mailinclude_HEADERS = \ + e-http-request.h \ e-mail.h \ e-mail-account-manager.h \ e-mail-account-store.h \ @@ -105,6 +106,7 @@ mailinclude_HEADERS += \ endif libevolution_mail_la_SOURCES = \ + e-http-request.c \ e-mail-account-manager.c \ e-mail-account-store.c \ e-mail-account-tree-view.c \ |