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:
authorRyan Dahl <ry@tinyclouds.org>2011-10-13 01:51:25 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-10-13 01:51:25 +0400
commit73b4b86d29ada97e95198307412bd153a3f79a06 (patch)
tree249b8c676b2770692f19005babd1b5a56abc336e /node.gyp
parentde7fb3387980666f40ea5224992bc4068c430a6d (diff)
Add cluster.js to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 20398660752..5569d8a2e4a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -19,6 +19,7 @@
'lib/console.js',
'lib/constants.js',
'lib/crypto.js',
+ 'lib/cluster.js',
'lib/dgram.js',
'lib/dns.js',
'lib/events.js',