From 898e5059179e9946c73d57ea3f57a359cfe8d0b0 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 19 Apr 2013 19:35:23 +0200 Subject: [PATCH] fixed another module dependency in examples/tcp/wscript --- examples/tcp/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tcp/wscript b/examples/tcp/wscript index 590f38311..f535d8c86 100644 --- a/examples/tcp/wscript +++ b/examples/tcp/wscript @@ -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'