diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 8cbef9e42..dc8cbc95a 100644 --- 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 \ |
