diff auto/sources @ 368:6aeb6e11b9e7 NGINX_0_6_28

nginx 0.6.28 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Thu, 13 Mar 2008 00:00:00 +0300
parents 9121a0a91f47
children 9a242235a80a
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -307,10 +307,10 @@ HTTP_SRCS="src/http/ngx_http.c \
 # STUB
 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
 
-HTPP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
+HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
 
-HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
-HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
+HTTP_CACHE_SRCS=src/http/ngx_http_cache.c
+HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
 
 
 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module