diff options
author | Hans Nilsson <[email protected]> | 2016-03-18 15:19:38 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-03-29 15:55:04 +0200 |
commit | ac5b738e4a9d2bc87966d265b90f82422d92b5c5 (patch) | |
tree | 02c174549907dc175a76315e88c18eb619e34300 /lib/ssh/src/Makefile | |
parent | 9be7db7401d3e107f6f63cb02117d1ffa1db1311 (diff) | |
download | otp-ac5b738e4a9d2bc87966d265b90f82422d92b5c5.tar.gz otp-ac5b738e4a9d2bc87966d265b90f82422d92b5c5.tar.bz2 otp-ac5b738e4a9d2bc87966d265b90f82422d92b5c5.zip |
ssh: Experimental debug interface module
Diffstat (limited to 'lib/ssh/src/Makefile')
-rw-r--r-- | lib/ssh/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/Makefile b/lib/ssh/src/Makefile index b44c8eef35..d8e4bfd50c 100644 --- a/lib/ssh/src/Makefile +++ b/lib/ssh/src/Makefile @@ -54,6 +54,7 @@ MODULES= \ ssh_connection_sup \ ssh_connection \ ssh_connection_handler \ + ssh_dbg \ ssh_shell \ ssh_system_sup \ ssh_subsystem_sup \ |