From 1c491c980c01a4ab75370b7619821bf61dd0bc89 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 13 Mar 2011 17:56:59 +0000 Subject: [PATCH] Modular bindings: waf dep. fix. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 61beae990..151282229 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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):