SConstruct
changeset 359 91b7ad7fa784
parent 355 d18da75542c7
child 365 2a5cd7125778
--- a/SConstruct	Tue Mar 20 06:28:24 2007 -0700
+++ b/SConstruct	Wed Mar 21 23:17:11 2007 -0700
@@ -204,6 +204,7 @@
     'udp.cc',
     'arp-header.cc',
     'application.cc',
+    'onoff-application.cc',
     'arp-cache.cc',
     'arp-ipv4-interface.cc',
     'arp.cc',
@@ -223,6 +224,7 @@
     'udp.h',
     'ipv4-l4-protocol.h',
     'application.h',
+    'onoff-application.h',
     'arp-header.h',
     'arp-cache-cache.h',
     'arp.h',
@@ -254,6 +256,8 @@
     'udp-header.h',
     'channel.h',
     'node-list.h',
+    'application.h',
+    'onoff-application.h',
     ])
 
 p2p = build.Ns3Module ('p2p', 'src/devices/p2p')