diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-24 15:55:10 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-24 15:55:57 -0700 |
commit | f9dae9e8d6eb3c40a1d61cbae92d0ebe0e85a7d6 (patch) | |
tree | 99d312d70a915e884a68d1719fde10c713f38f74 /node.gyp | |
parent | 8f245486aa86391a71786b541d47d4c950aef9bd (diff) | |
download | node-new-f9dae9e8d6eb3c40a1d61cbae92d0ebe0e85a7d6.tar.gz |
Add dgram_legacy and dgram_uv to node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |