Alexander Afanasyev | 7a696fb | 2012-03-01 17:17:22 -0800 | [diff] [blame] | 1 | # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
2 | |||||
3 | def build(bld): | ||||
4 | obj = bld.create_ns3_program('sync-example', ['sync']) | ||||
5 | obj.source = 'sync-example.cc' | ||||
6 |