summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/Makefile.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-09 21:40:16 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-09 21:40:16 +0300
commit927f00cc19b7239a1fe12abe30b472d61b753d8d (patch)
tree68a190dd83dc2dcceb82464a1953f2701af2a109 /libs/libssh2/src/Makefile.inc
parent1b241cad53b8c3c5300409fe681de18e636dcf3d (diff)
fixes #3551 (Update libssh2 to 1.11.0)
Diffstat (limited to 'libs/libssh2/src/Makefile.inc')
-rw-r--r--libs/libssh2/src/Makefile.inc55
1 files changed, 55 insertions, 0 deletions
diff --git a/libs/libssh2/src/Makefile.inc b/libs/libssh2/src/Makefile.inc
new file mode 100644
index 0000000000..a1876daceb
--- /dev/null
+++ b/libs/libssh2/src/Makefile.inc
@@ -0,0 +1,55 @@
+# Copyright (C) The libssh2 project and its contributors.
+# SPDX-License-Identifier: BSD-3-Clause
+CSOURCES = \
+ agent.c \
+ bcrypt_pbkdf.c \
+ channel.c \
+ comp.c \
+ crypt.c \
+ crypto.c \
+ global.c \
+ hostkey.c \
+ keepalive.c \
+ kex.c \
+ knownhost.c \
+ mac.c \
+ misc.c \
+ packet.c \
+ pem.c \
+ publickey.c \
+ scp.c \
+ session.c \
+ sftp.c \
+ transport.c \
+ userauth.c \
+ userauth_kbd_packet.c \
+ version.c
+
+HHEADERS = \
+ channel.h \
+ comp.h \
+ crypto.h \
+ libgcrypt.h \
+ libssh2_priv.h \
+ libssh2_setup.h \
+ mac.h \
+ mbedtls.h \
+ misc.h \
+ openssl.h \
+ os400qc3.h \
+ packet.h \
+ session.h \
+ sftp.h \
+ transport.h \
+ userauth.h \
+ userauth_kbd_packet.h \
+ wincng.h
+
+EXTRA_DIST = \
+ agent_win.c \
+ blowfish.c \
+ libgcrypt.c \
+ mbedtls.c \
+ openssl.c \
+ os400qc3.c \
+ wincng.c