summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2013-07-05 20:53:23 -0700
committerNathan Rajlich <nathan@tootallnate.net>2013-07-09 11:27:37 -0700
commit567c72b8c5f2650cc0d18b54afcfe84b692c5448 (patch)
tree325fa72fea047087250ba989173532d78d4249a0 /node.gyp
parentb8ce1da74d6ca01a7da2921b5911aa05aeaa6582 (diff)
downloadnode-567c72b8c5f2650cc0d18b54afcfe84b692c5448.tar.gz
configure: fix the --without-ssl option
Closes #5807.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 6e6f7f27b..fb0286b66 100644
--- a/node.gyp
+++ b/node.gyp
@@ -118,8 +118,6 @@
'src/node.h',
'src/node_buffer.h',
'src/node_constants.h',
- 'src/node_crypto.h',
- 'src/node_crypto_bio.h',
'src/node_extensions.h',
'src/node_file.h',
'src/node_http_parser.h',
@@ -162,6 +160,8 @@
'sources': [
'src/node_crypto.cc',
'src/node_crypto_bio.cc',
+ 'src/node_crypto.h',
+ 'src/node_crypto_bio.h',
'src/tls_wrap.cc',
'src/tls_wrap.h'
],