changeset 604 | 0b6bef4e99bc |
parent 586 | 6220d0040d50 |
child 605 | 3a62e5c4de75 |
--- a/SConstruct Sun May 13 17:37:30 2007 +0100 +++ b/SConstruct Mon May 14 09:09:43 2007 +0200 @@ -196,7 +196,7 @@ ns3.add (node) node.add_deps (['core', 'common', 'simulator']) node.add_sources ([ - 'node.cc', + 'i-node.cc', 'ipv4-address.cc', 'net-device.cc', 'mac-address.cc', @@ -212,7 +212,7 @@ 'application.cc', ]) node.add_inst_headers ([ - 'node.h', + 'i-node.h', 'ipv4-address.h', 'net-device.h', 'mac-address.h',