Bug 1105 Move topology helpers to separate per-device modules. Module "test" has linker errors specifically in darwin machines
This commit is contained in:
@@ -4,7 +4,7 @@ def configure(conf):
|
||||
conf.sub_config('perf')
|
||||
|
||||
def build(bld):
|
||||
test = bld.create_ns3_module('test', ['internet', 'mobility', 'applications', 'csma', 'bridge', 'config-store', 'tools', 'point-to-point'])
|
||||
test = bld.create_ns3_module('test', ['internet', 'mobility', 'applications', 'csma', 'bridge', 'config-store', 'tools', 'point-to-point', 'csma-layout'])
|
||||
headers = bld.new_task_gen('ns3header')
|
||||
headers.module = 'test'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user