src/csma/wscript
changeset 7487 82cd20da9650
parent 7089 ebe626d82692
child 9277 0f87d1cb030c
equal deleted inserted replaced
7477:4764c1472bd6 7487:82cd20da9650
     6         'model/backoff.cc',
     6         'model/backoff.cc',
     7         'model/csma-net-device.cc',
     7         'model/csma-net-device.cc',
     8         'model/csma-channel.cc',
     8         'model/csma-channel.cc',
     9         'helper/csma-helper.cc',
     9         'helper/csma-helper.cc',
    10         ]
    10         ]
    11     headers = bld.new_task_gen('ns3header')
    11     headers = bld.new_task_gen(features=['ns3header'])
    12     headers.module = 'csma'
    12     headers.module = 'csma'
    13     headers.source = [
    13     headers.source = [
    14         'model/backoff.h',
    14         'model/backoff.h',
    15         'model/csma-net-device.h',
    15         'model/csma-net-device.h',
    16         'model/csma-channel.h',
    16         'model/csma-channel.h',