Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources3
1 files changed, 3 insertions, 0 deletions
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"