@@ -313,6 +313,7 @@ objs/nginx.exe: objs/src/core/nginx.obj \
313313 objs/src/stream/ngx_stream_proxy_module.obj \
314314 objs/src/stream/ngx_stream_upstream.obj \
315315 objs/src/stream/ngx_stream_upstream_round_robin.obj \
316+ objs/src/stream/ngx_stream_write_filter_module.obj \
316317 objs/src/stream/ngx_stream_ssl_module.obj \
317318 objs/src/stream/ngx_stream_limit_conn_module.obj \
318319 objs/src/stream/ngx_stream_access_module.obj \
@@ -603,6 +604,7 @@ objs/nginx.exe: objs/src/core/nginx.obj \
603604 objs/src/stream/ngx_stream_proxy_module.obj
604605 objs/src/stream/ngx_stream_upstream.obj
605606 objs/src/stream/ngx_stream_upstream_round_robin.obj
607+ objs/src/stream/ngx_stream_write_filter_module.obj
606608 objs/src/stream/ngx_stream_ssl_module.obj
607609 objs/src/stream/ngx_stream_limit_conn_module.obj
608610 objs/src/stream/ngx_stream_access_module.obj
@@ -1841,6 +1843,13 @@ objs/src/stream/ngx_stream_upstream_round_robin.obj: $(CORE_DEPS) $(STREAM_DEPS)
18411843 src/stream/ngx_stream_upstream_round_robin.c
18421844
18431845
1846+ objs/src/stream/ngx_stream_write_filter_module.obj : $(CORE_DEPS ) $(STREAM_DEPS ) \
1847+ src/stream/ngx_stream_write_filter_module.c
1848+ $(CC ) -c $(CFLAGS ) $(CORE_INCS ) $(STREAM_INCS ) \
1849+ -Foobjs/src/stream/ngx_stream_write_filter_module.obj \
1850+ src/stream/ngx_stream_write_filter_module.c
1851+
1852+
18441853objs/src/stream/ngx_stream_ssl_module.obj : $(CORE_DEPS ) $(STREAM_DEPS ) \
18451854 src/stream/ngx_stream_ssl_module.c
18461855 $(CC ) -c $(CFLAGS ) $(CORE_INCS ) $(STREAM_INCS ) \
0 commit comments