Update WAF scripts to changes in source tree layout
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Mon, 14 May 2007 13:46:53 +0100
changeset 621 4ef52d1d89f3
parent 620 a6345dd3053d
child 622 6bec6931e4f8
Update WAF scripts to changes in source tree layout
src/internet-node/wscript
src/node/wscript
--- a/src/internet-node/wscript	Mon May 14 13:04:59 2007 +0200
+++ b/src/internet-node/wscript	Mon May 14 13:46:53 2007 +0100
@@ -8,6 +8,7 @@
     obj.uselib_local = ['ns3-node', 'ns3-applications']
     obj.source = [
         'internet-node.cc',
+        'i-node-impl.cc',
         'l3-demux.cc',
         'l3-protocol.cc',
         'ipv4-l4-demux.cc',
@@ -37,7 +38,7 @@
 
     headers = bld.create_obj('ns3header')
     headers.source = [
-        'internet-i-node.h',
+        'internet-node.h',
         'ascii-trace.h',
         'pcap-trace.h',
         ]
--- a/src/node/wscript	Mon May 14 13:04:59 2007 +0200
+++ b/src/node/wscript	Mon May 14 13:46:53 2007 +0100
@@ -7,7 +7,7 @@
     node.target = node.name
     node.uselib_local = ['ns3-core', 'ns3-common', 'ns3-simulator']
     node.source = [
-        'node.cc',
+        'i-node.cc',
         'ipv4-address.cc',
         'net-device.cc',
         'mac-address.cc',
@@ -18,6 +18,7 @@
         'channel.cc',
         'node-list.cc',
         'socket.cc',
+        'i-socket-factory.cc',
         'i-udp.cc',
         'i-ipv4.cc',
         'application.cc',
@@ -36,6 +37,7 @@
         'channel.h',
         'node-list.h',
         'socket.h',
+        'i-socket-factory.h',
         'i-udp.h',
         'i-ipv4.h',
         'application.h',