diff options
author | Hans Nilsson <[email protected]> | 2018-04-26 13:43:45 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-27 10:30:25 +0200 |
commit | c2ca477c85e0e88732f634ddfb01ac675a97dddb (patch) | |
tree | 06b0de823c66c64ade945049d30c5cbda854bd9f /lib/ssh/src/Makefile | |
parent | d2f4de0a8e36e6a25cfd7446ea6fc3623b7f1495 (diff) | |
download | otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.tar.gz otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.tar.bz2 otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.zip |
ssh: ssh_channel replaced by ssh_client_channel
Diffstat (limited to 'lib/ssh/src/Makefile')
-rw-r--r-- | lib/ssh/src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssh/src/Makefile b/lib/ssh/src/Makefile index 1665e8b554..5e4efb6b99 100644 --- a/lib/ssh/src/Makefile +++ b/lib/ssh/src/Makefile @@ -45,7 +45,8 @@ BEHAVIOUR_MODULES= \ ssh_server_channel \ ssh_server_key_api \ ssh_sftpd_file_api \ - ssh_channel + ssh_channel \ + ssh_client_channel MODULES= \ ssh \ @@ -209,6 +210,7 @@ $(EBIN)/ssh_transport.$(EMULATOR): ssh_transport.erl \ ssh_transport.hrl ssh.hrl $(EBIN)/ssh_xfer.$(EMULATOR): ssh_xfer.erl ssh.hrl ssh_xfer.hrl $(EBIN)/ssh_sftpd_file_api.$(EMULATOR): ssh_sftpd_file_api.erl +$(EBIN)/ssh_client_channel.$(EMULATOR): ssh_client_channel.erl ssh_connect.hrl $(EBIN)/ssh_channel.$(EMULATOR): ssh_channel.erl ssh_connect.hrl $(EBIN)/ssh_daemon_channel.$(EMULATOR): ssh_daemon_channel.erl $(EBIN)/ssh_server_channel.$(EMULATOR): ssh_server_channel.erl |