diff options
author | Hans Nilsson <[email protected]> | 2016-03-30 17:37:25 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-03-30 17:37:25 +0200 |
commit | dedbb2e6fc619a76407871c6880cd82d85962117 (patch) | |
tree | 15691f7dcfc7e31318c91b14ccb4f511301910be /lib/ssh/src/Makefile | |
parent | e88b37d27cae4e823ece1ba8d94ecea4a49b824e (diff) | |
parent | 0aa6120cb15e6b7c1d819073fa5c557899c6aaa4 (diff) | |
download | otp-dedbb2e6fc619a76407871c6880cd82d85962117.tar.gz otp-dedbb2e6fc619a76407871c6880cd82d85962117.tar.bz2 otp-dedbb2e6fc619a76407871c6880cd82d85962117.zip |
Merge branch 'hans/ssh/ssh_dbg_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 \ |