diff options
author | Hans Nilsson <[email protected]> | 2018-02-15 15:46:27 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-03-29 11:58:28 +0200 |
commit | 3352eaf189c55e60778fc76b94530fac0c314fba (patch) | |
tree | 8950c26f190c31c847ffa96cb54874281a8ecb48 /lib/ssh/src/Makefile | |
parent | 221dc123b58da0952fb77ff13243ecc8b53f1ae4 (diff) | |
download | otp-3352eaf189c55e60778fc76b94530fac0c314fba.tar.gz otp-3352eaf189c55e60778fc76b94530fac0c314fba.tar.bz2 otp-3352eaf189c55e60778fc76b94530fac0c314fba.zip |
ssh: New ssh_dbg module
Diffstat (limited to 'lib/ssh/src/Makefile')
-rw-r--r-- | lib/ssh/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/Makefile b/lib/ssh/src/Makefile index 9e8d80c71f..bcd13213b3 100644 --- a/lib/ssh/src/Makefile +++ b/lib/ssh/src/Makefile @@ -97,7 +97,7 @@ APP_TARGET= $(EBIN)/$(APP_FILE) APPUP_SRC= $(APPUP_FILE).src APPUP_TARGET= $(EBIN)/$(APPUP_FILE) -INTERNAL_HRL_FILES = ssh_auth.hrl ssh_connect.hrl ssh_transport.hrl ssh.hrl ssh_userauth.hrl ssh_xfer.hrl ssh_dbg.hrl +INTERNAL_HRL_FILES = ssh_auth.hrl ssh_connect.hrl ssh_transport.hrl ssh.hrl ssh_userauth.hrl ssh_xfer.hrl # ---------------------------------------------------- # FLAGS |