Fix dependencies list for flow-monitor module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_module('flow-monitor', ['network', 'config-store', 'tools'])
|
||||
obj = bld.create_ns3_module('flow-monitor', ['internet', 'config-store', 'tools'])
|
||||
obj.source = ["model/%s" % s for s in [
|
||||
'flow-monitor.cc',
|
||||
'flow-classifier.cc',
|
||||
|
||||
Reference in New Issue
Block a user