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('openflow-switch',
5
['openflow', 'csma', 'internet', 'applications'])
6
obj.source = 'openflow-switch.cc'