remove wimax module dependency on spectrum
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_module('wimax', ['network', 'spectrum', 'point-to-point'])
|
||||
obj = bld.create_ns3_module('wimax', ['network', 'point-to-point', 'internet', 'applications', 'propagation', 'mobility'])
|
||||
obj.source = [
|
||||
'model/cid.cc',
|
||||
'model/cid-factory.cc',
|
||||
|
||||
Reference in New Issue
Block a user