summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-05-21 11:14:05 +0200
committerRod Vagg <rod@vagg.org>2016-06-02 22:39:15 +1000
commit6f0d8b3a1bfe85b516d11912da59589c661d76b1 (patch)
treeae8aca88457f1f1c400f8eb035aae6f7bbcd5946 /tools
parentf1a8c3164a09cf8021eb4323f7cddfd0f33ead1a (diff)
downloadnode-new-6f0d8b3a1bfe85b516d11912da59589c661d76b1.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')
-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/')