src/devices/wifi/wscript
changeset 4720 15221757964f
parent 4703 e1259e2fdaad
child 4773 904c1803d5dc
child 5152 f14eff131d13
--- a/src/devices/wifi/wscript	Thu Aug 13 13:39:23 2009 +0200
+++ b/src/devices/wifi/wscript	Fri Aug 14 12:21:39 2009 +0200
@@ -64,6 +64,7 @@
         'amsdu-subframe-header.cc',
         'msdu-standard-aggregator.cc',
         'minstrel-wifi-manager.cc',
+        'dcf.cc',
         ]
     headers = bld.new_task_gen('ns3header')
     headers.module = 'wifi'
@@ -107,14 +108,14 @@
         'msdu-aggregator.h',
         'amsdu-subframe-header.h',
         'qos-tag.h',
-# Need this for module devices/mesh
         'mgt-headers.h',
         'status-code.h',
         'capability-information.h',
         'dcf-manager.h',
         'mac-rx-middle.h', 
         'mac-low.h',
-        'minstrel-wifi-manager.h'
+        'minstrel-wifi-manager.h',
+        'dcf.h',
         ]
 
     if bld.env['ENABLE_GSL']: