build: install common.gypi along with headers
authorT.C. Hollingsworth <tchollingsworth@gmail.com>
Fri, 20 Dec 2013 08:29:06 +0000 (01:29 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Fri, 20 Dec 2013 19:03:06 +0000 (11:03 -0800)
node-gyp requires this file

tools/install.py

index 0012a7e..7249de3 100755 (executable)
@@ -142,6 +142,7 @@ def files(action):
   if 'true' == variables.get('node_install_npm'): npm_files(action)
 
   action([
+    'common.gypi',
     'config.gypi',
     'src/node.h',
     'src/node_buffer.h',