From 95de4dafdbfc4d3026703a9d9f143f9a8ee51b04 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 31 Dec 2008 11:15:45 +0000 Subject: [PATCH] correct dependency problem --- bindings/python/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/wscript b/bindings/python/wscript index 0968c6c7c..cf42345f5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -262,6 +262,8 @@ def calc_header_include(path): class gen_everything_h_task(Task.Task): before = 'cc cxx' + after = 'ns3header_task' + color = 'BLUE' def run(self): assert len(self.outputs) == 1