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-08-25 02:55:10 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-25 02:55:57 +0400
commitf9dae9e8d6eb3c40a1d61cbae92d0ebe0e85a7d6 (patch)
tree99d312d70a915e884a68d1719fde10c713f38f74 /node.gyp
parent8f245486aa86391a71786b541d47d4c950aef9bd (diff)
Add dgram_legacy and dgram_uv to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index e1a45d4407d..6758e14c813 100644
--- a/node.gyp
+++ b/node.gyp
@@ -129,7 +129,8 @@
'lib/console.js',
'lib/constants.js',
'lib/crypto.js',
- 'lib/dgram.js',
+ 'lib/dgram_legacy.js',
+ 'lib/dgram_uv.js',
'lib/dns_legacy.js',
'lib/dns_uv.js',
'lib/events.js',