equal
deleted
inserted
replaced
600 set_pybindgen_pythonpath(env) |
600 set_pybindgen_pythonpath(env) |
601 |
601 |
602 bld.new_task_gen(features='copy', |
602 bld.new_task_gen(features='copy', |
603 source="ns__init__.py", |
603 source="ns__init__.py", |
604 target='ns/__init__.py') |
604 target='ns/__init__.py') |
|
605 bld.install_as('${PYTHONDIR}/ns/__init__.py', 'ns__init__.py') |
605 |
606 |
606 |
607 |
607 if env['ENABLE_PYTHON_BINDINGS'] and env['BINDINGS_TYPE'] in ('monolithic', 'both'): |
608 if env['ENABLE_PYTHON_BINDINGS'] and env['BINDINGS_TYPE'] in ('monolithic', 'both'): |
608 obj = bld.new_task_gen('all_ns3_headers') |
609 obj = bld.new_task_gen('all_ns3_headers') |
609 |
610 |