commit | 3f7dd87e647061a3620eb9cf287a7b55d8bf7746 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Dec 31 14:10:33 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 18:39:05 2015 -0800 |
tree | d242af62304c2784e5b939d2c5fbdb1ee72bf68b | |
parent | 60f4b99ee97dc92b41c94eac5453b043fc3bcb8a [diff] [blame] |
helper: Redesigned link control helper
diff --git a/wscript b/wscript index 97bfc0b..ea08d11 100644 --- a/wscript +++ b/wscript
@@ -92,7 +92,8 @@ 'helper/ndn-stack-helper.cpp', 'helper/ndn-fib-helper.cpp', 'helper/ndn-strategy-choice-helper.cpp', - 'helper/ndn-global-routing-helper.cpp']) + 'helper/ndn-global-routing-helper.cpp', + 'helper/ndn-link-control-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])]