diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-10-12 14:51:25 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-10-12 14:51:25 -0700 |
commit | 73b4b86d29ada97e95198307412bd153a3f79a06 (patch) | |
tree | 249b8c676b2770692f19005babd1b5a56abc336e /node.gyp | |
parent | de7fb3387980666f40ea5224992bc4068c430a6d (diff) | |
download | node-new-73b4b86d29ada97e95198307412bd153a3f79a06.tar.gz |
Add cluster.js to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |