commit | 588fd107317b1ba423d062a4453f430de3fbdcf9 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu Nov 20 19:50:02 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:52:09 2015 -0800 |
tree | 38a95c33ed221c967a72b495aa05484124804bc1 | |
parent | 9760bd0b5b406e78e2e43b2ed1b6ab103513037f [diff] [blame] |
helper: FibHelper to handle all Fib operations
diff --git a/wscript b/wscript index 21e05d3..c46c59d 100644 --- a/wscript +++ b/wscript
@@ -89,7 +89,8 @@ 'helper/*', 'utils/*/*']) module.source += bld.path.ant_glob(['helper/ndn-face-container.cpp', - 'helper/ndn-stack-helper.cpp']) + 'helper/ndn-stack-helper.cpp', + 'helper/ndn-fib-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])]