Compile the random-walk-2d-mobility-model sources.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-28 16:50:15 +01:00
parent 06659f1dfc
commit 16e4a3c10e

View File

@@ -17,6 +17,7 @@ def build(bld):
'static-speed-helper.cc',
'static-speed-mobility-model.cc',
'random-waypoint-mobility-model.cc',
'random-walk-2d-mobility-model.cc',
]
headers = bld.create_obj('ns3header')
@@ -35,4 +36,5 @@ def build(bld):
'static-speed-helper.h',
'static-speed-mobility-model.h',
'random-waypoint-mobility-model.h',
'random-walk-2d-mobility-model.h',
]