diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-17 17:18:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-17 17:18:53 +0000 |
| commit | 415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa (patch) | |
| tree | 077bf24b4f310a87ab8bff140c730cb679069988 /auto/sources | |
| parent | f924e6b694db7fd1d99473b3d7db7eb2b49c9e62 (diff) | |
| download | nginx-415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa.tar.gz nginx-415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa.tar.bz2 | |
nginx-0.0.7-2004-06-17-21:18:53 import
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |
