commit | 0d584e387034ee898b656c91f08ea11381fea288 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 13 10:41:42 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 13 10:41:42 2013 -0700 |
tree | 7229e544a967771d82d5d695d05fc9abbc98cb93 | |
parent | 39314e016f3eda5466593e979e29aa99989f0ebf [diff] [blame] |
examples: Adding an extremely basic WiFi-based ndnSIM scenario
diff --git a/wscript b/wscript index 2b37250..203ba0f 100644 --- a/wscript +++ b/wscript
@@ -89,7 +89,7 @@ def build(bld): deps = ['core', 'network', 'point-to-point'] deps.append ('internet') # Until RttEstimator is moved to network module - if 'visualizer' in bld.env['NS3_ENABLED_MODULES']: + if 'ns3-visualizer' in bld.env['NS3_ENABLED_MODULES']: deps.append ('visualizer') if 'topology' in bld.env['NDN_plugins']: