commit | 6f5e8fa8179ec3e7b1f0a8ceb8ed87b3286fb067 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Fri Dec 16 15:20:19 2011 -0800 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Dec 16 15:20:19 2011 -0800 |
tree | f78c2fa1985d8b0217280bd82aa539ec6d74c7d9 | |
parent | 53872cee5c42534495ddd08b843647e5d4254210 [diff] [blame] |
Synthetic topology
diff --git a/wscript b/wscript index ae2a7fa..197cc0c 100644 --- a/wscript +++ b/wscript
@@ -113,6 +113,9 @@ obj = bld.create_ns3_program('ccnx-abilene-topology', ['NDNabstraction']) obj.source = 'examples/abilene-topology.cc' + obj = bld.create_ns3_program('ccnx-synthetic-topology', ['NDNabstraction']) + obj.source = 'examples/synthetic-topology.cc' + # for path in ["examples"]: # anode = bld.path.find_dir (path) # if not anode or not anode.is_child_of(bld.srcnode):