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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-09-27 18:13:43 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-09-28 00:03:28 +0400
commit73fcd43b85c474534f19ecbd75edce24dcf50483 (patch)
treea4badbc9f7d68a5816b326f5020e3675358f6e33 /node.gyp
parent2e389c6531022ea571e1563f18a3ced7abf1a748 (diff)
Add new tty js files to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 611e4d65e9b..5fe87dec1b7 100644
--- a/node.gyp
+++ b/node.gyp
@@ -43,8 +43,9 @@
'lib/timers_legacy.js',
'lib/timers_uv.js',
'lib/tls.js',
- 'lib/tty.js',
+ 'lib/tty_legacy.js',
'lib/tty_posix.js',
+ 'lib/tty_uv.js',
'lib/tty_win32.js',
'lib/url.js',
'lib/util.js',