src/devices/wifi/wscript
changeset 4703 e1259e2fdaad
parent 4692 f4cd995f1718
child 4720 15221757964f
     1.1 --- a/src/devices/wifi/wscript	Thu Jul 16 16:55:20 2009 +0400
     1.2 +++ b/src/devices/wifi/wscript	Thu Aug 13 08:45:47 2009 +0200
     1.3 @@ -63,6 +63,7 @@
     1.4          'msdu-aggregator.cc',
     1.5          'amsdu-subframe-header.cc',
     1.6          'msdu-standard-aggregator.cc',
     1.7 +        'minstrel-wifi-manager.cc',
     1.8          ]
     1.9      headers = bld.new_task_gen('ns3header')
    1.10      headers.module = 'wifi'
    1.11 @@ -113,6 +114,7 @@
    1.12          'dcf-manager.h',
    1.13          'mac-rx-middle.h', 
    1.14          'mac-low.h',
    1.15 +        'minstrel-wifi-manager.h'
    1.16          ]
    1.17  
    1.18      if bld.env['ENABLE_GSL']: