Files
unison/examples/error-model/wscript
2011-03-07 16:59:09 -08:00

6 lines
245 B
Python

## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('simple-error-model', ['point-to-point', 'internet', 'applications'])
obj.source = 'simple-error-model.cc'