diff 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
line wrap: on
line diff
--- a/xml/en/GNUmakefile
+++ b/xml/en/GNUmakefile
@@ -90,7 +90,8 @@ REFS =									\
 		mail/ngx_mail_proxy_module				\
 		mail/ngx_mail_smtp_module				\
 		mail/ngx_mail_ssl_module				\
-		stream/ngx_stream_module				\
+		stream/ngx_stream_core_module				\
+		stream/ngx_stream_proxy_module				\
 		stream/ngx_stream_upstream_module			\
 
 TOP =									\