fixup wscript

This commit is contained in:
Tim Schubert 2020-08-30 22:44:52 +02:00
parent c4a71af21c
commit 40dbd86736

View file

@ -7,7 +7,7 @@
# conf.check_nonfatal(header_name='stdint.h', define_name='HAVE_STDINT_H')
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 = [
'helper/arp-cache-helper.cc',
'helper/isl-helper.cc',