View | Details | Raw Unified | Return to bug 1175
Collapse All | Expand All

(-)ns3.orig/ns-3.11/src/wscript (+1 lines)
 Lines 115-120    Link Here 
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.  

Return to bug 1175