equal
deleted
inserted
replaced
14 # Don't do anything for this module if it should not be built. |
14 # Don't do anything for this module if it should not be built. |
15 if 'ns3tcp' in bld.env['MODULES_NOT_BUILT']: |
15 if 'ns3tcp' in bld.env['MODULES_NOT_BUILT']: |
16 return |
16 return |
17 |
17 |
18 ns3tcp = bld.create_ns3_module('ns3tcp', ['internet', 'point-to-point', 'csma', 'applications']) |
18 ns3tcp = bld.create_ns3_module('ns3tcp', ['internet', 'point-to-point', 'csma', 'applications']) |
19 headers = bld.new_task_gen('ns3header') |
19 headers = bld.new_task_gen(features=['ns3header']) |
20 headers.module = 'ns3tcp' |
20 headers.module = 'ns3tcp' |
21 headers.source = [ |
21 headers.source = [ |
22 'ns3tcp.h', |
22 'ns3tcp.h', |
23 ] |
23 ] |
24 |
24 |