commit | 592fcba4d4fa64508ed1921a2717d7c173d9dbdb | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Sun Nov 23 22:48:03 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:52:35 2015 -0800 |
tree | b07cb29de118312a5800699a334618026ea0c5ce | |
parent | 588fd107317b1ba423d062a4453f430de3fbdcf9 [diff] [blame] |
helper: StrategyChoiceHelper
diff --git a/wscript b/wscript index c46c59d..e7012d6 100644 --- a/wscript +++ b/wscript
@@ -90,7 +90,8 @@ 'utils/*/*']) module.source += bld.path.ant_glob(['helper/ndn-face-container.cpp', 'helper/ndn-stack-helper.cpp', - 'helper/ndn-fib-helper.cpp']) + 'helper/ndn-fib-helper.cpp', + 'helper/ndn-strategy-choice-helper.cpp']) module.full_headers = [p.path_from(bld.path) for p in bld.path.ant_glob( ['%s/**/*.hpp' % dir for dir in module_dirs])]