From 415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 17 Jun 2004 17:18:53 +0000 Subject: nginx-0.0.7-2004-06-17-21:18:53 import --- auto/sources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index a49cca0b3..ba2934a44 100644 --- a/auto/sources +++ b/auto/sources @@ -105,6 +105,7 @@ UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ src/os/unix/ngx_errno.h \ src/os/unix/ngx_alloc.h \ src/os/unix/ngx_files.h \ + src/os/unix/ngx_shared.h \ src/os/unix/ngx_process.h \ src/os/unix/ngx_thread.h \ src/os/unix/ngx_socket.h \ @@ -120,8 +121,9 @@ UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \ src/os/unix/ngx_recv.c \ src/os/unix/ngx_readv_chain.c \ src/os/unix/ngx_writev_chain.c \ - src/os/unix/ngx_daemon.c \ + src/os/unix/ngx_shared.c \ src/os/unix/ngx_process.c \ + src/os/unix/ngx_daemon.c \ src/os/unix/ngx_posix_init.c \ src/os/unix/ngx_process_cycle.c" @@ -152,6 +154,7 @@ WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ src/os/win32/ngx_errno.h \ src/os/win32/ngx_alloc.h \ src/os/win32/ngx_files.h \ + src/os/win32/ngx_shared.h \ src/os/win32/ngx_process.h \ src/os/win32/ngx_socket.h \ src/os/win32/ngx_os.h \ -- cgit