WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-06-15 15:19:38 +01:00
parent 96418f577d
commit 65aca43f3f
9 changed files with 29 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def configure(conf):
conf.env.append_value('NS3_MODULES', 'ns3-node')
def build(bld):
node = bld.create_obj('cpp', 'shlib')