installer: copy smalloc.h on installation

fix #7485

Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
Fedor Indutny 2014-04-19 17:29:26 +04:00
parent 8398bf9128
commit d3204b0225

View File

@ -150,6 +150,7 @@ def files(action):
'src/node_internals.h',
'src/node_object_wrap.h',
'src/node_version.h',
'src/smalloc.h',
], 'include/node/')
if 'false' == variables.get('node_shared_cares'):