diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
| commit | 48714085dde4fe4c5b695dad23295e3f96fe1d2e (patch) | |
| tree | 37b0109215ca08bb1103f03dd43f435392ebe36a /auto/sources | |
| parent | 05a75d0d9496d874fc22d7e8b3c44b7914a61509 (diff) | |
| download | nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.gz nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.bz2 | |
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/auto/sources b/auto/sources index 901cddabf..c5a430322 100644 --- a/auto/sources +++ b/auto/sources @@ -423,11 +423,23 @@ 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_POP3_MODULE="ngx_mail_pop3_module" +MAIL_POP3_DEPS="src/mail/ngx_mail_pop3_module.h" +MAIL_POP3_SRCS="src/mail/ngx_mail_pop3_module.c \ + src/mail/ngx_mail_pop3_handler.c" + +MAIL_IMAP_MODULE="ngx_mail_imap_module" +MAIL_IMAP_DEPS="src/mail/ngx_mail_imap_module.h" +MAIL_IMAP_SRCS="src/mail/ngx_mail_imap_module.c \ + src/mail/ngx_mail_imap_handler.c" + +MAIL_SMTP_MODULE="ngx_mail_smtp_module" +MAIL_SMTP_DEPS="src/mail/ngx_mail_smtp_module.h" +MAIL_SMTP_SRCS="src/mail/ngx_mail_smtp_module.c \ + src/mail/ngx_mail_smtp_handler.c" + MAIL_SSL_MODULE="ngx_mail_ssl_module" MAIL_SSL_DEPS="src/mail/ngx_mail_ssl_module.h" MAIL_SSL_SRCS="src/mail/ngx_mail_ssl_module.c" |
