diff options
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 1b3ffda68..f6f8de794 100644 --- a/auto/sources +++ b/auto/sources @@ -19,6 +19,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_rbtree.h \ src/core/ngx_times.h \ src/core/ngx_connection.h \ + src/core/ngx_cycle.h \ src/core/ngx_conf_file.h \ src/core/ngx_garbage_collector.h" @@ -34,6 +35,8 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_file.c \ src/core/ngx_rbtree.c \ src/core/ngx_times.c \ + src/core/ngx_connection.c \ + src/core/ngx_cycle.c \ src/core/ngx_conf_file.c \ src/core/ngx_garbage_collector.c" |
