diff --git a/watcher-nodejs/binding.gyp b/watcher-nodejs/binding.gyp index 8ecf19ce..a85868fd 100644 --- a/watcher-nodejs/binding.gyp +++ b/watcher-nodejs/binding.gyp @@ -4,7 +4,7 @@ "target_name": "watcher", "sources": [ "../watcher-c/src/watcher-c.cpp", - "watcher-c-wrapper.cpp", + "watcher.cpp", ], "include_dirs": [ "../watcher-c/include", diff --git a/watcher-nodejs/cwatcher_wrapper.cpp b/watcher-nodejs/watcher.cpp similarity index 100% rename from watcher-nodejs/cwatcher_wrapper.cpp rename to watcher-nodejs/watcher.cpp