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:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 36cc88c629a..acaf2cef8fb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -593,6 +593,7 @@
'src/node_dir.cc',
'src/node_env_var.cc',
'src/node_errors.cc',
+ 'src/node_external_reference.cc',
'src/node_file.cc',
'src/node_http_parser.cc',
'src/node_http2.cc',
@@ -687,6 +688,7 @@
'src/node_contextify.h',
'src/node_dir.h',
'src/node_errors.h',
+ 'src/node_external_reference.h',
'src/node_file.h',
'src/node_file-inl.h',
'src/node_http_common.h',