Missing headers.module attribute in the new 'helper' module...
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sat, 15 Mar 2008 15:30:37 +0000
changeset 2610 efc76831f06c
parent 2609 931d59bb1303
child 2611 79b1c42fef3e
Missing headers.module attribute in the new 'helper' module...
src/helper/wscript
--- a/src/helper/wscript	Wed Dec 26 13:40:39 2007 +0000
+++ b/src/helper/wscript	Sat Mar 15 15:30:37 2008 +0000
@@ -13,6 +13,7 @@
         ]
 
     headers = bld.create_obj('ns3header')
+    headers.module = 'helper'
     headers.source = [
         'node-container.h',
         'net-device-container.h',