|
|
| 14 |
conf.report_optional_feature("XmlIo", "XmlIo", |
14 |
conf.report_optional_feature("XmlIo", "XmlIo", |
| 15 |
conf.env['ENABLE_LIBXML2'], |
15 |
conf.env['ENABLE_LIBXML2'], |
| 16 |
"library 'libxml-2.0 >= 2.7' not found") |
16 |
"library 'libxml-2.0 >= 2.7' not found") |
|
|
17 |
conf.write_config_header('ns3/contrib-config.h', top=True) |
| 18 |
|
| 17 |
conf.sub_config('stats') |
19 |
conf.sub_config('stats') |
|
|
20 |
conf.sub_config('net-anim') |
| 18 |
|
21 |
|
| 19 |
conf.write_config_header('ns3/contrib-config.h', top=True) |
|
|
| 20 |
|
22 |
|
| 21 |
def build(bld): |
23 |
def build(bld): |
| 22 |
module = bld.create_ns3_module('contrib', ['simulator', 'common']) |
24 |
module = bld.create_ns3_module('contrib', ['simulator', 'common']) |