src/common/wscript
changeset 3041 a624276a897b
parent 3039 722cf749a9e3
child 4064 10222f483860
equal deleted inserted replaced
3040:e11e106c7c19 3041:a624276a897b
    11         'header.cc',
    11         'header.cc',
    12         'trailer.cc',
    12         'trailer.cc',
    13         'pcap-writer.cc',
    13         'pcap-writer.cc',
    14         'data-rate.cc',
    14         'data-rate.cc',
    15         'error-model.cc',
    15         'error-model.cc',
    16         'mtag.cc',
    16         'tag.cc',
    17         'mtag-list.cc',
    17         'tag-list.cc',
    18         'mtag-buffer.cc',
    18         'tag-buffer.cc',
    19         ]
    19         ]
    20 
    20 
    21     headers = bld.create_obj('ns3header')
    21     headers = bld.create_obj('ns3header')
    22     headers.module = 'common'
    22     headers.module = 'common'
    23     headers.source = [
    23     headers.source = [
    28         'packet.h',
    28         'packet.h',
    29         'packet-metadata.h',
    29         'packet-metadata.h',
    30         'pcap-writer.h',
    30         'pcap-writer.h',
    31         'data-rate.h',
    31         'data-rate.h',
    32         'error-model.h',
    32         'error-model.h',
    33         'mtag.h',
    33         'tag.h',
    34         'mtag-list.h',
    34         'tag-list.h',
    35         'mtag-buffer.h',
    35         'tag-buffer.h',
    36         ]
    36         ]