fixed another module dependency in examples/tcp/wscript
This commit is contained in:
@@ -26,7 +26,7 @@ def build(bld):
|
||||
obj.source = 'tcp-bulk-send.cc'
|
||||
|
||||
obj = bld.create_ns3_program('tcp-nsc-comparison',
|
||||
['point-to-point', 'internet', 'applications'])
|
||||
['point-to-point', 'internet', 'applications', 'flow-monitor'])
|
||||
|
||||
obj.source = 'tcp-nsc-comparison.cc'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user