commit | 0fb80b9e271126d55e4c4cc7c3267bdd12491317 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jul 20 08:20:50 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jul 20 08:20:50 2013 -0700 |
tree | 4356bf8403e5b5366d35630634513a247176aa96 | |
parent | 6ed9f505008277a473772aa3234449051264585d [diff] [blame] |
helper+docs+examples: New helper to simplify link failing Thanks to Saran Tarnoi for providing base implementation of the code
diff --git a/examples/wscript b/examples/wscript index 437ed26..49a0c5c 100644 --- a/examples/wscript +++ b/examples/wscript
@@ -91,3 +91,6 @@ 'ndn-simple-api.cc', 'custom-apps/ndn-api-app.cc' ] + + obj = bld.create_ns3_program('ndn-simple-with-link-failure', all_modules) + obj.source = 'ndn-simple-with-link-failure.cc'