From 6cc54cc3bed8f3c1d35e59dc3c8bd331ff5c0949 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 13 Sep 2007 20:13:18 +0000 Subject: split pop3, imap, and smtp handlers --- auto/sources | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto') diff --git a/auto/sources b/auto/sources index 383214dfc..901cddabf 100644 --- a/auto/sources +++ b/auto/sources @@ -423,6 +423,9 @@ MAIL_MODULES="ngx_mail_module ngx_mail_core_module" MAIL_SRCS="src/mail/ngx_mail.c \ src/mail/ngx_mail_core_module.c \ src/mail/ngx_mail_handler.c \ + src/mail/ngx_mail_pop3_handler.c \ + src/mail/ngx_mail_imap_handler.c \ + src/mail/ngx_mail_smtp_handler.c \ src/mail/ngx_mail_parse.c" MAIL_SSL_MODULE="ngx_mail_ssl_module" -- cgit