commit | 463982168a6ab051db0c4d322b14c0421c971314 | [log] [tgz] |
---|---|---|
author | Chengyu Fan <chengy.fan@gmail.com> | Tue Aug 11 11:23:13 2015 -0600 |
committer | Chengyu Fan <chengy.fan@gmail.com> | Thu Aug 13 15:29:44 2015 -0700 |
tree | b8d181c9fde9b2f159a28e6d6745436066fd57dd | |
parent | 149955ae153ffe3c2a526fbcf66a0e878088af0d [diff] [blame] |
catalog: Implement Sync Update Executor Change-Id: I88a0c6935d7b8094dfb587e83270a607e753ea31 refs: #2611
diff --git a/tools/wscript b/tools/wscript index 659d07c..ade7a63 100644 --- a/tools/wscript +++ b/tools/wscript
@@ -35,7 +35,7 @@ bld(features=['cxx', 'cxxprogram'], target="../bin/%s" % name, source=[i] + bld.path.ant_glob(['%s/**/*.cpp' % name]), - use='NDN_CXX' + use='NDN_CXX JSON' ) # List all directories files (tool can has multiple .cpp in the directory)