diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-05-06 14:14:52 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-05-06 14:14:52 -0700 |
commit | d2415945c19991ed102308cfab985fea8721b1dc (patch) | |
tree | 567a07da501e9ba9b234a30eb0e18368bcf07220 | |
parent | f711d5343b29d1e72e87107315708e40951a7826 (diff) | |
download | nodejs-d2415945c19991ed102308cfab985fea8721b1dc.tar.gz nodejs-d2415945c19991ed102308cfab985fea8721b1dc.tar.bz2 nodejs-d2415945c19991ed102308cfab985fea8721b1dc.zip |
Install node_buffer.h on make install
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -434,6 +434,7 @@ def build(bld): config.h src/node.h src/node_object_wrap.h + src/node_buffer.h src/node_events.h """) |