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	Wed Feb 04 09:35:24 2015 +0000
+++ b/xml/en/GNUmakefile	Thu Feb 05 15:24:03 2015 +0300
@@ -90,7 +90,8 @@
 		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 =									\