diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-11-23 17:13:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-23 17:13:26 +0000 |
| commit | cb4d53861c0722ee6dc7da0753c90a41152260ab (patch) | |
| tree | f98075d0b59f9e99f6c6276fd117c03e3244b7c1 /auto | |
| parent | 2e8f0d0b302758ebb08961d0ad632fdd4e35e837 (diff) | |
| download | nginx-cb4d53861c0722ee6dc7da0753c90a41152260ab.tar.gz nginx-cb4d53861c0722ee6dc7da0753c90a41152260ab.tar.bz2 | |
resolver
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index d56abaed5..074f96478 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" |
