commit | db8280f6da5346fc79d4f08f3187c6102ae3cf94 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Fri Nov 21 20:00:17 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 18:48:13 2015 -0800 |
tree | df924a093491cf6278f2805e592bbe99256e1b69 | |
parent | dca091ae71a1074598277208d241447697a49d51 [diff] [blame] |
examples: Modifying examples to work with the new codebase
diff --git a/wscript b/wscript index 0c97fc7..d21b913 100644 --- a/wscript +++ b/wscript
@@ -89,8 +89,8 @@ module.full_headers = [p.path_from(bld.path) for p in bld.path.ant_glob( ['%s/**/*.hpp' % dir for dir in module_dirs])] - # if bld.env.ENABLE_EXAMPLES: - # bld.recurse('examples') + if bld.env.ENABLE_EXAMPLES: + bld.recurse('examples') bld.ns3_python_bindings()