Make dot11s and flame modules be subdirectories of mesh

This commit is contained in:
Mitch Watrous
2011-03-07 10:46:12 -08:00
parent 187275d5b7
commit 1d41d30c36
95 changed files with 2 additions and 2 deletions

View File

@@ -42,8 +42,8 @@ all_modules = (
'uan',
'spectrum',
'mesh',
'dot11s',
'flame',
'mesh/model/dot11s',
'mesh/model/flame',
'test',
'test/perf',
'test/ns3tcp',