commit | 82cf914a96b4898696a68bf505d8670b61f68532 | [log] [tgz] |
---|---|---|
author | weijia yuan <weijia@cs.ucla.edu> | Sun Oct 21 12:25:02 2018 -0700 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sun Nov 25 10:07:03 2018 -0700 |
tree | d6c3cd34d918a093bb19792e75d8406a8bcbe25c | |
parent | 5a3f101a75b26b05747e6028641f6bf36cba9b91 [diff] [blame] |
Use ndn::mgmt::Dispatcher for repo commands refs #4129 Change-Id: Idb7826fc76b6660ce76d69e7e88a9e922c55a2e1
diff --git a/tools/wscript b/tools/wscript index aadf3a4..0a9fcbf 100644 --- a/tools/wscript +++ b/tools/wscript
@@ -8,6 +8,6 @@ bld(features=['cxx', 'cxxprogram'], target='%s' % (str(app.change_ext('', '.cpp'))), source=app, - use='NDN_CXX', + use=["NDN_CXX", "ndn-repo-objects"], includes="../src", )