summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-08-20 23:59:21 +0200
committerBert Belder <bertbelder@gmail.com>2012-08-21 00:18:10 +0200
commit600a6468dc9067a358893f26ff46f1cd865f3c97 (patch)
treee7ba9665359f4903be52c9af5bb9511899d03bec /node.gyp
parent6bec5440ebced1bc2b91c1c9f3fbc7a361995331 (diff)
downloadnode-new-600a6468dc9067a358893f26ff46f1cd865f3c97.tar.gz
process: use uv_signal instead of ev_signal
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index cef573b41c..047f93ac70 100644
--- a/node.gyp
+++ b/node.gyp
@@ -87,6 +87,7 @@
'src/node_string.cc',
'src/node_zlib.cc',
'src/pipe_wrap.cc',
+ 'src/signal_wrap.cc',
'src/stream_wrap.cc',
'src/slab_allocator.cc',
'src/tcp_wrap.cc',
@@ -205,7 +206,6 @@
}, { # POSIX
'defines': [ '__POSIX__' ],
'sources': [
- 'src/node_signal_watcher.cc',
'src/node_io_watcher.cc',
],
}],