mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
fixup wscript
This commit is contained in:
parent
c4a71af21c
commit
40dbd86736
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', 'stats', 'traffic', 'flow-monitor', 'applications', 'netanim'])
|
module = bld.create_ns3_module('leo', ['core','internet', 'propagation'])
|
||||||
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