From 8b080ef5748aaaf765b4082b9a2e8003823d6572 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 8 Sep 2008 11:20:17 +0100 Subject: [PATCH] Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources. --- bindings/python/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 27c5b4275..c45740ba5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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: