comparison xml/en/GNUmakefile @ 1405:4569719f4247

Split stream module into stream_core and stream_proxy modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Feb 2015 15:24:03 +0300
parents 6bfd39dc48c5
children f5b5eefc43cb
comparison
equal deleted inserted replaced
1404:54d39c91a14d 1405:4569719f4247
88 mail/ngx_mail_imap_module \ 88 mail/ngx_mail_imap_module \
89 mail/ngx_mail_pop3_module \ 89 mail/ngx_mail_pop3_module \
90 mail/ngx_mail_proxy_module \ 90 mail/ngx_mail_proxy_module \
91 mail/ngx_mail_smtp_module \ 91 mail/ngx_mail_smtp_module \
92 mail/ngx_mail_ssl_module \ 92 mail/ngx_mail_ssl_module \
93 stream/ngx_stream_module \ 93 stream/ngx_stream_core_module \
94 stream/ngx_stream_proxy_module \
94 stream/ngx_stream_upstream_module \ 95 stream/ngx_stream_upstream_module \
95 96
96 TOP = \ 97 TOP = \
97 download \ 98 download \
98 security_advisories \ 99 security_advisories \