Improved add-on, now links to libzet.so and can open the specified index file
[node_zettair.git] / binding.gyp
index 900bb1f..df75e80 100644 (file)
@@ -2,7 +2,15 @@
   "targets": [
     {
       "target_name": "zet",
-      "sources": ["zetjs.cpp"]
+      "sources": ["zetjs.cpp"],
+      "include_dirs": [
+        "../../include",
+        "../include",
+        "../include/compat",
+        "../include/linux"
+      ],
+      "library_dirs": ["$$HOME/lib"],
+      "libraries": ["-lzet"]
     }
   ]
 }