summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-05-21 11:14:05 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2016-05-22 08:52:39 +0200
commitb0e8a42411aafe8bab1f0c4aa24faccbf169b9b7 (patch)
tree9f1868e83a7d86533fe5dd7bc425e7221aed62db /tools/install.py
parent38c8fd4afbfbe174b285d21af78782d47ee4964e (diff)
downloadnode-new-b0e8a42411aafe8bab1f0c4aa24faccbf169b9b7.tar.gz
installer: don't install node_internals.h
As the name suggests, it's for internal use only, so don't install it. Including it in an add-on doesn't work because the file depends on other header files that are not installed. Adding it to the install list appears to have been an oversight in commit 32478acf ("build: unix install node and dep library headers"). PR-URL: https://github.com/nodejs/node/pull/6913 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py
index c1804cdde1..f3fa4fe898 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -134,7 +134,6 @@ def headers(action):
'config.gypi',
'src/node.h',
'src/node_buffer.h',
- 'src/node_internals.h',
'src/node_object_wrap.h',
'src/node_version.h',
], 'include/node/')