fix deps
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_program('matrix-topology',
|
||||
['simulator', 'common', 'node', 'internet'])
|
||||
['network', 'internet', 'netanim', 'mobility', 'applications'])
|
||||
obj.source = 'matrix-topology.cc'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_program('socket-bound-static-routing', ['node', 'csma', 'internet'])
|
||||
obj = bld.create_ns3_program('socket-bound-static-routing', ['network', 'csma', 'internet'])
|
||||
obj.source = 'socket-bound-static-routing.cc'
|
||||
|
||||
obj = bld.create_ns3_program('socket-bound-tcp-static-routing', ['node', 'csma', 'internet'])
|
||||
obj = bld.create_ns3_program('socket-bound-tcp-static-routing', ['network', 'csma', 'internet'])
|
||||
obj.source = 'socket-bound-tcp-static-routing.cc'
|
||||
|
||||
@@ -5,5 +5,5 @@ def build(bld):
|
||||
return;
|
||||
|
||||
obj = bld.create_ns3_program('main-simple',
|
||||
['node', 'internet', 'applications'])
|
||||
['network', 'internet', 'applications'])
|
||||
obj.source = 'main-simple.cc'
|
||||
|
||||
@@ -6,5 +6,5 @@ def build(bld):
|
||||
obj.source = 'simple-point-to-point-olsr.cc'
|
||||
|
||||
obj = bld.create_ns3_program('olsr-hna',
|
||||
['core', 'simulator', 'mobility', 'wifi'])
|
||||
['core', 'mobility', 'wifi', 'csma', 'olsr'])
|
||||
obj.source = 'olsr-hna.cc'
|
||||
|
||||
@@ -143,7 +143,7 @@ def build(bld):
|
||||
obj_test.uselib = 'GSL GSLCBLAS M'
|
||||
|
||||
obj = bld.create_ns3_program('wifi-phy-test',
|
||||
['core', 'simulator', 'mobility', 'node', 'wifi'])
|
||||
['core', 'mobility', 'network', 'wifi'])
|
||||
obj.source = 'test/wifi-phy-test.cc'
|
||||
|
||||
bld.ns3_python_bindings()
|
||||
|
||||
Reference in New Issue
Block a user