From d571c56260d30a00a03112b8bdfff463d4a24b81 Mon Sep 17 00:00:00 2001 From: Dan Vrátil Date: Mon, 23 Apr 2012 08:40:20 +0200 Subject: 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. --- mail/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/Makefile.am') 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 \ -- cgit