Completed integration of node-pre-gyp into Node library
diff --git a/binding.gyp b/binding.gyp
index a5e9933..1ec7a67 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -366,5 +366,16 @@
         "gpr",
       ]
     },
+    {
+      "target_name": "action_after_build",
+      "type": "none",
+      "dependencies": [ "<(module_name)" ],
+      "copies": [
+        {
+          "files": [ "<(PRODUCT_DIR)/<(module_name).node"],
+          "destination": "<(module_path)"
+        }
+      ]
+    }
   ]
 }