diff options
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 14bb80d83..fa2b2df17 100644 --- a/auto/sources +++ b/auto/sources @@ -16,6 +16,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_file.h \ src/core/ngx_crc.h \ src/core/ngx_regex.h \ + src/core/ngx_rbtree.h \ src/core/ngx_times.h \ src/core/ngx_connection.h \ src/core/ngx_conf_file.h \ @@ -32,6 +33,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_inet.c \ src/core/ngx_file.c \ src/core/ngx_regex.c \ + src/core/ngx_rbtree.c \ src/core/ngx_times.c \ src/core/ngx_conf_file.c \ src/core/ngx_garbage_collector.c" |
