commit | 593148000453a19b59b6bd6f059dd8bdd6a89fd7 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 26 14:56:04 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 26 14:56:04 2012 -0800 |
tree | 67f938b2d0c378a46dc925310a6164efd413e2c6 | |
parent | 475c82f8216e323df800818d7b8ea7943f40d2ef [diff] [blame] |
tracers+docs: Correcting compilation and installation of trace helpers Also in this commit an example on how to use trace helpers, including how to build graphs using R.
diff --git a/examples/wscript b/examples/wscript index 5c478a7..67cf5ca 100644 --- a/examples/wscript +++ b/examples/wscript
@@ -19,3 +19,6 @@ 'custom-strategies/custom-strategy.cc', 'ndn-congestion-alt-topo-plugin.cc' ] + + obj = bld.create_ns3_program('ndn-tree-tracers', ['ndnSIM']) + obj.source = 'ndn-tree-tracers.cc'