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])]