Files
unison/examples/socket/wscript
Mathieu Lacage b1dd88b227 fix deps
2011-04-18 12:10:18 +02:00

9 lines
404 B
Python

## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('socket-bound-static-routing', ['network', 'csma', 'internet'])
obj.source = 'socket-bound-static-routing.cc'
obj = bld.create_ns3_program('socket-bound-tcp-static-routing', ['network', 'csma', 'internet'])
obj.source = 'socket-bound-tcp-static-routing.cc'