From 73fcd43b85c474534f19ecbd75edce24dcf50483 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 27 Sep 2011 16:13:43 +0200 Subject: [PATCH] Add new tty js files to node.gyp --- node.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node.gyp b/node.gyp index 611e4d6..5fe87de 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', -- 2.7.4