bindings/python/wscript
changeset 7348 9372b57a6ce4
parent 7347 31429a6c723d
child 7363 0f96f5beb8c7
equal deleted inserted replaced
7347:31429a6c723d 7348:9372b57a6ce4
   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