changeset 6856 | 298dbc966811 |
parent 6821 | 203367ae7433 |
child 6913 | 54679ab32585 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/mesh/examples/wscript Fri Mar 04 19:14:23 2011 +0000 @@ -0,0 +1,5 @@ +## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- + +def build(bld): + obj = bld.create_ns3_program('mesh', ['core', 'mobility', 'wifi', 'mesh']) + obj.source = 'mesh.cc'