diff auto/sources @ 414:388a842cbbe1

nginx-0.0.10-2004-09-03-19:50:30 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Sep 2004 15:50:30 +0000
parents 8ac40cae79f0
children b9bd635011de
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -9,6 +9,7 @@ CORE_DEPS="src/core/nginx.h \
             src/core/ngx_log.h \
             src/core/ngx_palloc.h \
             src/core/ngx_array.h \
+            src/core/ngx_list.h \
             src/core/ngx_table.h \
             src/core/ngx_buf.h \
             src/core/ngx_string.h \
@@ -28,6 +29,7 @@ CORE_SRCS="src/core/nginx.c \
             src/core/ngx_log.c \
             src/core/ngx_palloc.c \
             src/core/ngx_array.c \
+            src/core/ngx_list.c \
             src/core/ngx_buf.c \
             src/core/ngx_output_chain.c \
             src/core/ngx_string.c \