From 3d1280866a9ba64c28d4d30f6502fa89424cb69a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 4 Nov 2017 17:24:14 +0100 Subject: [PATCH] examples: add shared-connection-cache --- docs/examples/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 71b804c75..075df9ea2 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -33,7 +33,8 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \ imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \ http2-upload http2-serverpush getredirect ftpuploadfrommem \ - ftpuploadresume sslbackend postit2-formadd multi-formadd + ftpuploadresume sslbackend postit2-formadd multi-formadd \ + shared-connection-cache # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here.