Modular bindings: waf dep. fix.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 13 Mar 2011 17:56:59 +0000
changeset 6899 b203843366e5
parent 6898 57722b521cb7
child 6900 911a6039aa09
Modular bindings: waf dep. fix.
bindings/python/wscript
--- a/bindings/python/wscript	Sun Mar 13 17:56:13 2011 +0000
+++ b/bindings/python/wscript	Sun Mar 13 17:56:59 2011 +0000
@@ -290,7 +290,7 @@
 class apiscan_task(Task.TaskBase):
     """Uses gccxml to scan the file 'everything.h' and extract API definitions.
     """
-    after = 'gen_everything_h_task'
+    after = 'gen_ns3_module_header_task ns3header_task'
     before = 'cc cxx gchx'
     color = "BLUE"
     def __init__(self, curdirnode, env, bld, target, cflags, module):