changeset 1645 | 7411d6e0f82a |
parent 1496 | 0ad4c18b475c |
child 1804 | 9c11e776f501 |
child 1947 | b0aa5b38eb15 |
--- a/samples/wscript Fri Sep 28 16:51:34 2007 +0100 +++ b/samples/wscript Fri Sep 28 16:54:04 2007 +0100 @@ -41,3 +41,6 @@ ['core', 'simulator', 'mobility']) obj.source = 'main-random-topology.cc' + obj = bld.create_ns3_program('main-random-walk', + ['core', 'simulator', 'mobility']) + obj.source = 'main-random-walk.cc'