author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Wed, 05 Sep 2007 18:46:13 +0100 | |
changeset 1739 | 05d1952256d0 |
parent 1733 | 9552d9836732 |
child 1750 | 93f1b6ead15a |
permissions | -rw-r--r-- |
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- def build(bld): module = bld.create_ns3_module('olsr', ['internet-node']) module.includes = '.' module.source = [ 'olsr-header.cc', 'olsr-state.cc', 'routing-table.cc', 'olsr-agent.cc', 'olsr-agent-impl.cc', 'olsr.cc', ] headers = bld.create_obj('ns3header') headers.source = [ 'olsr-agent.h', 'olsr.h', ]