|
|
| 115 |
|
115 |
|
| 116 |
module.is_ns3_module = True |
116 |
module.is_ns3_module = True |
| 117 |
module.name = 'ns3-' + name |
117 |
module.name = 'ns3-' + name |
|
|
118 |
module.vnum = VERSION = file("VERSION", "rt").read().strip() |
| 118 |
# Add the proper path to the module's name. |
119 |
# Add the proper path to the module's name. |
| 119 |
module.target = '%s/ns3-%s' % (bld.srcnode.relpath_gen(bld.path), name) |
120 |
module.target = '%s/ns3-%s' % (bld.srcnode.relpath_gen(bld.path), name) |
| 120 |
# Set the libraries this module depends on. |
121 |
# Set the libraries this module depends on. |