SConstruct
changeset 729 b5e744285e92
parent 727 3bcec84f9f54
child 731 c37436811d6f
--- a/SConstruct	Mon Jun 04 16:17:01 2007 +0200
+++ b/SConstruct	Mon Jun 04 16:21:05 2007 +0200
@@ -206,7 +206,7 @@
 ns3.add (node)
 node.add_deps (['core', 'common', 'simulator'])
 node.add_sources ([
-    'i-node.cc',
+    'node.cc',
     'ipv4-address.cc',
     'net-device.cc',
     'mac-address.cc',
@@ -223,7 +223,7 @@
     'application.cc',
     ])
 node.add_inst_headers ([
-    'i-node.h',
+    'node.h',
     'ipv4-address.h',
     'net-device.h',
     'mac-address.h',