bindings/python/wscript
changeset 3647 cd704871a4ed
parent 3639 8e69ebf086f1
child 3663 457fea62fbdd
--- a/bindings/python/wscript	Sat Sep 06 21:15:59 2008 -0700
+++ b/bindings/python/wscript	Mon Sep 08 11:20:17 2008 +0100
@@ -387,8 +387,7 @@
             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: