Bug 1105 Move topology helpers to separate per-device modules. Module "test" has linker errors specifically in darwin machines

This commit is contained in:
John Abraham
2011-05-01 07:22:25 -07:00
parent e795aaedb2
commit 4a6ebd22e8

View File

@@ -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'