summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-23 17:13:26 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-23 17:13:26 +0000
commitcb4d53861c0722ee6dc7da0753c90a41152260ab (patch)
treef98075d0b59f9e99f6c6276fd117c03e3244b7c1 /auto
parent2e8f0d0b302758ebb08961d0ad632fdd4e35e837 (diff)
resolver
Diffstat (limited to 'auto')
-rw-r--r--auto/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index d56abaed..074f9647 100644
--- a/auto/sources
+++ b/auto/sources
@@ -32,6 +32,7 @@ CORE_DEPS="src/core/nginx.h \
src/core/ngx_connection.h \
src/core/ngx_cycle.h \
src/core/ngx_conf_file.h \
+ src/core/ngx_resolver.h \
src/core/ngx_open_file_cache.h \
src/core/ngx_garbage_collector.h"
@@ -59,6 +60,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_spinlock.c \
src/core/ngx_cpuinfo.c \
src/core/ngx_conf_file.c \
+ src/core/ngx_resolver.c \
src/core/ngx_open_file_cache.c \
src/core/ngx_garbage_collector.c"