SConstruct
changeset 463 c2082308e01a
parent 461 3cde302c4300
child 484 cf7fbb84d74b
equal deleted inserted replaced
462:9f39ce362810 463:c2082308e01a
   135 common = build.Ns3Module('common', 'src/common')
   135 common = build.Ns3Module('common', 'src/common')
   136 common.add_deps(['core', 'simulator'])
   136 common.add_deps(['core', 'simulator'])
   137 ns3.add(common)
   137 ns3.add(common)
   138 common.add_sources([
   138 common.add_sources([
   139     'buffer.cc',
   139     'buffer.cc',
       
   140     'chunk.cc',
   140     'header.cc',
   141     'header.cc',
   141     'trailer.cc',
   142     'trailer.cc',
   142     'packet.cc',
   143     'packet.cc',
   143     'tags.cc',
   144     'tags.cc',
   144     'pcap-writer.cc',
   145     'pcap-writer.cc',
   153     ])
   154     ])
   154 common.add_headers ([
   155 common.add_headers ([
   155     ])
   156     ])
   156 common.add_inst_headers([
   157 common.add_inst_headers([
   157     'buffer.h',
   158     'buffer.h',
       
   159     'chunk.h',
   158     'header.h',
   160     'header.h',
   159     'trailer.h',
   161     'trailer.h',
   160     'tags.h',
   162     'tags.h',
   161     'packet.h',
   163     'packet.h',
   162     'uv-trace-source.h',
   164     'uv-trace-source.h',