From b6e0433755eb97b04b308afefeee59b18f6fe341 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Sep 2011 14:29:12 -0700 Subject: Upgrade libuv to 5b567b2 --- deps/uv/uv.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deps/uv/uv.gyp') diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 22348e4535..709f6b69e4 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -88,7 +88,6 @@ 'include_dirs': [ 'src/ares/config_win32' ], - 'sources': [ 'src/ares/windows_port.c' ], 'defines': [ '_WIN32_WINNT=0x0502', 'EIO_STACKSIZE=262144', @@ -98,6 +97,7 @@ 'include/uv-private/tree.h', 'include/uv-private/uv-win.h', 'src/ares/config_win32/ares_config.h', + 'src/ares/windows_port.c', 'src/win/async.c', 'src/win/cares.c', 'src/win/core.c', @@ -245,6 +245,7 @@ 'test/test-spawn.c', 'test/test-tcp-bind-error.c', 'test/test-tcp-bind6-error.c', + 'test/test-tcp-close.c', 'test/test-tcp-writealot.c', 'test/test-threadpool.c', 'test/test-timer-again.c', -- cgit v1.2.1