diff auto/sources @ 2813:c00763aa5e1b

divide select module into two modules: Unix and Win32 ones
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 May 2009 14:53:54 +0000
parents a16ec9e1b4d1
children 31af2d1a742e
line wrap: on
line diff
--- 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