--- a/src/mesh/wscript Fri Mar 04 10:56:07 2011 -0800
+++ b/src/mesh/wscript Fri Mar 04 19:14:23 2011 +0000
@@ -9,6 +9,7 @@
'model/mesh-l2-routing-protocol.cc',
'model/mesh-wifi-beacon.cc',
'model/mesh-wifi-interface-mac.cc',
+ 'helper/mesh-helper.cc',
]
headers = bld.new_task_gen('ns3header')
headers.module = 'mesh'
@@ -20,4 +21,9 @@
'model/mesh-wifi-beacon.h',
'model/mesh-wifi-interface-mac.h',
'model/mesh-wifi-interface-mac-plugin.h',
+ 'helper/mesh-helper.h',
+ 'helper/mesh-stack-installer.h',
]
+
+ if bld.env['ENABLE_EXAMPLES']:
+ bld.add_subdirs('examples')