Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-09-08 11:20:17 +01:00
parent d8dc981267
commit 8b080ef574

View File

@@ -387,8 +387,7 @@ def build(bld):
bindgen.output_file("ns3module.cc"),
]
bindgen.argv.extend(get_modules_and_headers().iterkeys())
bindgen.hidden_inputs = ['everything.h',
'ns3modulegen_generated.py',
bindgen.hidden_inputs = ['ns3modulegen_generated.py',
'ns3modulegen_core_customizations.py']
for module in scanned_modules: