commit | 40942f4676f18d6915a581690ed5afb77ed1577e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Apr 21 20:53:16 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Apr 21 20:53:16 2012 -0700 |
tree | 3e01b3d367dbec25aaa24e7e0c694575c0d800b2 | |
parent | d7fc7c0c2a987651275a2ab33e7ba32d3b5ca16a [diff] [blame] |
SyncMuc implementation...
diff --git a/wscript b/wscript index 327815b..db7b242 100644 --- a/wscript +++ b/wscript
@@ -105,6 +105,7 @@ features=['cxx', 'cxxprogram'], source = ['evaluation/sync-eval.cc', 'evaluation/standard-muc.cc', + 'evaluation/sync-muc.cc', ], use = 'sync-ns3', includes = ['model', 'ns3', 'helper'],