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",
                 )