Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-12-26 13:40:39 +00:00
parent 36995793fb
commit 9cf6137916
16 changed files with 18 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ def build(bld):
]
headers = bld.create_obj('ns3header')
headers.module = 'simulator'
headers.source = [
'high-precision.h',
'nstime.h',