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