--- a/src/common/wscript Fri Jun 29 08:18:16 2007 +0200
+++ b/src/common/wscript Mon Jul 02 18:23:52 2007 +0100
@@ -10,9 +10,11 @@
common.uselib_local = ['ns3-core', 'ns3-simulator']
common.source = [
'buffer.cc',
+ 'chunk.cc',
'header.cc',
- 'chunk.cc',
'trailer.cc',
+ 'packet-printer.cc',
+ 'packet-metadata.cc',
'packet.cc',
'tags.cc',
'pcap-writer.cc',
@@ -28,11 +30,13 @@
headers = bld.create_obj('ns3header')
headers.source = [
'buffer.h',
+ 'chunk.h',
'header.h',
- 'chunk.h',
'trailer.h',
'tags.h',
'packet.h',
+ 'packet-printer.h',
+ 'packet-metadata.h',
'uv-trace-source.h',
'sv-trace-source.h',
'fv-trace-source.h',