diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-09-27 16:13:43 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-27 13:03:28 -0700 |
commit | 73fcd43b85c474534f19ecbd75edce24dcf50483 (patch) | |
tree | a4badbc9f7d68a5816b326f5020e3675358f6e33 /node.gyp | |
parent | 2e389c6531022ea571e1563f18a3ced7abf1a748 (diff) | |
download | node-new-73fcd43b85c474534f19ecbd75edce24dcf50483.tar.gz |
Add new tty js files to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |