Merge pull request #255 from booo/node_0.9
add a NODE_MODULE() statement; fixes #222
This commit is contained in:
commit
a24102c237
@ -803,3 +803,4 @@ extern "C" void init (Handle<Object> target)
|
|||||||
HandleScope scope;
|
HandleScope scope;
|
||||||
Connection::Init(target);
|
Connection::Init(target);
|
||||||
}
|
}
|
||||||
|
NODE_MODULE(binding, init)
|
||||||
|
Loading…
Reference in New Issue
Block a user