mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Revert "fixup wscript"
This reverts commit cb08ebc62f1b8a0cad5453353e03dcad1eca3d50.
This commit is contained in:
parent
1c47ac30c7
commit
40e49bf3a1
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -7,7 +7,7 @@
|
||||||
# conf.check_nonfatal(header_name='stdint.h', define_name='HAVE_STDINT_H')
|
# conf.check_nonfatal(header_name='stdint.h', define_name='HAVE_STDINT_H')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
module = bld.create_ns3_module('leo', ['core','internet', 'propagation'])
|
module = bld.create_ns3_module('leo', ['core','internet', 'propagation', 'stats', 'traffic', 'flow-monitor', 'applications', 'netanim'])
|
||||||
module.source = [
|
module.source = [
|
||||||
'helper/arp-cache-helper.cc',
|
'helper/arp-cache-helper.cc',
|
||||||
'helper/isl-helper.cc',
|
'helper/isl-helper.cc',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue