Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2011-09-23 03:18:08 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-09-23 09:32:33 +0400
commit8fe5712477e94879664d5d420c72f273c0a888ff (patch)
tree74def4d344ef0c8e32cf4d29441164a09d243350 /node.gyp
parent8d37b6c92b61d9ab66b48ca67fd3e42751f5cf43 (diff)
fs watcher binding
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index acf7fbee6f6..611e4d65e9b 100644
--- a/node.gyp
+++ b/node.gyp
@@ -73,6 +73,7 @@
],
'sources': [
+ 'src/fs_event_wrap.cc',
'src/cares_wrap.cc',
'src/handle_wrap.cc',
'src/node.cc',