SConstruct
changeset 456 5361882cc2f3
parent 412 242d04da9461
child 459 98b0f0b0ca63
--- a/SConstruct	Thu Mar 29 22:49:28 2007 +0200
+++ b/SConstruct	Thu Mar 29 23:24:10 2007 +0200
@@ -219,6 +219,7 @@
     'channel.cc',
     'node-list.cc',
     'ascii-trace.cc',
+    'pcap-trace.cc',
     ])
 node.add_headers ([
     'ipv4-header.h',
@@ -266,6 +267,7 @@
     'application-list.h',
     'onoff-application.h',
     'ascii-trace.h',
+    'pcap-trace.h',
     ])
 
 p2p = build.Ns3Module ('p2p', 'src/devices/p2p')