Condition examples/realtime/realtime-udp-echo.cc on ENABLE_REAL_TIME

This commit is contained in:
Peter D. Barnes, Jr.
2015-06-08 12:24:46 -07:00
parent ab88e121ca
commit d85ad22554

View File

@@ -1,6 +1,7 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
if bld.env["ENABLE_REAL_TIME"]:
obj = bld.create_ns3_program('realtime-udp-echo', ['csma', 'internet', 'applications'])
obj.source = 'realtime-udp-echo.cc'