Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
This commit is contained in:
@@ -36,6 +36,7 @@ def build(bld):
|
||||
]
|
||||
|
||||
headers = bld.create_obj('ns3header')
|
||||
headers.module = 'internet-node'
|
||||
headers.source = [
|
||||
'internet-node.h',
|
||||
'ascii-trace.h',
|
||||
|
||||
Reference in New Issue
Block a user