applications: remove unneeded module dependency
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):
|
||||
module = bld.create_ns3_module('applications', ['internet', 'config-store','stats'])
|
||||
module = bld.create_ns3_module('applications', ['internet', 'stats'])
|
||||
module.source = [
|
||||
'model/bulk-send-application.cc',
|
||||
'model/onoff-application.cc',
|
||||
|
||||
Reference in New Issue
Block a user