From 078d1b2c2263690f2f6b7217b567eeeb525910d0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 30 Jun 2004 15:30:41 +0000 Subject: nginx-0.0.7-2004-06-30-19:30:41 import --- auto/sources | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/sources b/auto/sources index 4827f154b..3fcf58eaf 100644 --- a/auto/sources +++ b/auto/sources @@ -6,7 +6,6 @@ CORE_INCS="src/core" CORE_DEPS="src/core/nginx.h \ src/core/ngx_config.h \ src/core/ngx_core.h \ - src/core/ngx_atomic.h \ src/core/ngx_log.h \ src/core/ngx_palloc.h \ src/core/ngx_array.h \ @@ -40,6 +39,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_times.c \ src/core/ngx_connection.c \ src/core/ngx_cycle.c \ + src/core/ngx_spinlock.c \ src/core/ngx_conf_file.c \ src/core/ngx_garbage_collector.c" @@ -108,6 +108,7 @@ UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ src/os/unix/ngx_channel.h \ src/os/unix/ngx_shared.h \ src/os/unix/ngx_process.h \ + src/os/unix/ngx_atomic.h \ src/os/unix/ngx_thread.h \ src/os/unix/ngx_socket.h \ src/os/unix/ngx_os.h \ @@ -158,6 +159,7 @@ WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ src/os/win32/ngx_files.h \ src/os/win32/ngx_shared.h \ src/os/win32/ngx_process.h \ + src/os/win32/ngx_atomic.h \ src/os/win32/ngx_socket.h \ src/os/win32/ngx_os.h \ src/os/win32/ngx_process_cycle.h" -- cgit v1.2.3