From f24b7fcdbdf48bf947bde5cbf1d6532bd0979a8e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 8 Aug 2017 14:07:29 -0700 Subject: mpm: Added mpm_shell.py Was actually the old rpc_shell.py, was renamed and heavily refactored. Now includes claim logic and other fancy features. --- mpm/tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/tools/CMakeLists.txt') diff --git a/mpm/tools/CMakeLists.txt b/mpm/tools/CMakeLists.txt index 107aedeae..6f303c485 100644 --- a/mpm/tools/CMakeLists.txt +++ b/mpm/tools/CMakeLists.txt @@ -16,6 +16,6 @@ # INSTALL(PROGRAMS - rpc_shell.py + mpm_shell.py mpm_debug.py DESTINATION ${RUNTIME_DIR}) -- cgit v1.2.3