From a7aee34522b133475cc5621f03687def39e0acef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Oct 2010 14:47:48 +0200 Subject: [PATCH] dist: include sftp.h in dist archives --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 093f37d..658a55b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -4,4 +4,4 @@ CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \ global.c HHEADERS = libssh2_priv.h openssl.h libgcrypt.h transport.h channel.h \ - comp.h mac.h misc.h packet.h userauth.h session.h + comp.h mac.h misc.h packet.h userauth.h session.h sftp.h