Add new tty js files to node.gyp
authorBert Belder <bertbelder@gmail.com>
Tue, 27 Sep 2011 14:13:43 +0000 (16:13 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Sep 2011 20:03:28 +0000 (13:03 -0700)
node.gyp

index 611e4d6..5fe87de 100644 (file)
--- 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',