blob: def6b0a758cf9c47ae7edc6b082a3f343cba5230 [file] [log] [blame]
Alexander Afanasyevf04d4512012-02-14 18:42:47 -08001# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3def build(bld):
4 obj = bld.create_ns3_program('ccnx-simple', ['NDNabstraction'])
5 obj.source = 'ccnx-simple.cc'
6