src/point-to-point-layout/wscript
changeset 9277 0f87d1cb030c
parent 7487 82cd20da9650
child 10825 798057a32954
--- a/src/point-to-point-layout/wscript	Mon Apr 01 21:56:36 2013 +0200
+++ b/src/point-to-point-layout/wscript	Mon Apr 01 22:33:46 2013 +0200
@@ -9,7 +9,7 @@
         'model/point-to-point-star.cc',
         ]
 
-    headers = bld.new_task_gen(features=['ns3header'])
+    headers = bld(features='ns3header')
     headers.module = 'point-to-point-layout'
     headers.source = [
         'model/point-to-point-dumbbell.h',