remove wimax module dependency on spectrum

This commit is contained in:
Tom Henderson
2011-09-27 14:41:34 -07:00
parent 27f24ad305
commit 05c51b6ee1

View File

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