Fix dependencies list for flow-monitor module

This commit is contained in:
Mitch Watrous
2011-03-24 15:13:57 -07:00
parent 9297d29cb1
commit 20186991e0

View File

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