src/wifi/wscript
changeset 7340 4d4017e8994a
parent 7292 34619df084fd
child 7487 82cd20da9650
equal deleted inserted replaced
7339:2539fd65226c 7340:4d4017e8994a
   141 
   141 
   142     if bld.env['ENABLE_GSL']:
   142     if bld.env['ENABLE_GSL']:
   143         obj.uselib      = 'GSL GSLCBLAS M'
   143         obj.uselib      = 'GSL GSLCBLAS M'
   144         obj_test.uselib = 'GSL GSLCBLAS M'
   144         obj_test.uselib = 'GSL GSLCBLAS M'
   145 
   145 
   146     obj = bld.create_ns3_program('wifi-phy-test',
   146     if (bld.env['ENABLE_EXAMPLES']):
   147         ['core', 'mobility', 'network', 'wifi'])
   147         bld.add_subdirs('examples')
   148     obj.source = 'test/wifi-phy-test.cc'
       
   149 
   148 
   150     bld.ns3_python_bindings()
   149     bld.ns3_python_bindings()
   151 
   150