aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorArmel Asselin <armelasselin@hotmail.com>2012-08-27 14:33:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-27 14:34:15 +0200
commitbe5fbf73726fd6e22912be9df2967b675d37222c (patch)
tree1e6141dd6dec0840193700caa0de972287aa0067 /docs/examples/Makefile.inc
parentba569a27cc0248fba83163ce12540913774369d8 (diff)
sftpget: example showing a simple SFTP download
... using SSH-agent
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 611881d62..35f079f5f 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \
- progressfunc pop3s pop3slist imap url2file
+ progressfunc pop3s pop3slist imap url2file sftpget
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.