Modular bindings: waf dep. fix.

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-03-13 17:56:59 +00:00
parent 3383199707
commit 1c491c980c

View File

@@ -290,7 +290,7 @@ def get_module_path(bld, module):
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):