From 9a001d57605397a41527a4f707b8faf0ff699d06 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 20 Jan 2017 20:16:09 -0500 Subject: [PATCH] build: add tracing/trace_event.h to tarballs node.h was modifed by #9304 to include tracing/trace_event.h but tracing/trace_event.h was not added to the headers installed by tools/install.py. --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index 4f155376eaf534..b653573348489a 100755 --- a/tools/install.py +++ b/tools/install.py @@ -152,6 +152,7 @@ def headers(action): 'src/node_object_wrap.h', 'src/node_version.h', ], 'include/node/') + action(['src/tracing/trace_event.h'], 'include/node/tracing/') # Add the expfile that is created on AIX if sys.platform.startswith('aix'):