fixed another module dependency in examples/tcp/wscript

This commit is contained in:
Nicola Baldo
2013-04-19 19:35:23 +02:00
parent f195a9749f
commit 898e505917

View File

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