Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-06 18:53:54 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-06 18:53:54 +0400
commit6ce6fcd12dcd85dc690239f0451690661b66c602 (patch)
tree3faf2c8fcfb9b5efea02549cd4d5ecb5704ef9f2 /auto/sources
parent3182d6a9d0015e4d9d579a84db364c5f28e3ec5f (diff)
divide select module into two modules: Unix and Win32 ones
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 319026baf..e4649b030 100644
--- a/auto/sources
+++ b/auto/sources
@@ -95,6 +95,7 @@ EVENT_SRCS="src/event/ngx_event.c \
SELECT_MODULE=ngx_select_module
SELECT_SRCS=src/event/modules/ngx_select_module.c
+WIN32_SELECT_SRCS=src/event/modules/ngx_win32_select_module.c
POLL_MODULE=ngx_poll_module
POLL_SRCS=src/event/modules/ngx_poll_module.c