fix make install (was broken from node_ prefix change)
authorRyan Dahl <ry@tinyclouds.org>
Tue, 27 Oct 2009 19:17:03 +0000 (20:17 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Oct 2009 19:17:03 +0000 (20:17 +0100)
wscript

diff --git a/wscript b/wscript
index 0e58841..4bb6bd9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -378,9 +378,9 @@ def build(bld):
   bld.install_files('${PREFIX}/include/node/', """
     config.h
     src/node.h
-    src/object_wrap.h
-    src/events.h
-    src/net.h
+    src/node_object_wrap.h
+    src/node_events.h
+    src/node_net.h
   """)
 
   # Only install the man page if it exists.