diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-11-04 17:24:14 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-11-09 11:07:44 +0100 |
commit | 3d1280866a9ba64c28d4d30f6502fa89424cb69a (patch) | |
tree | 74aa3fb2f4d045c3b687b903e984f43407d4273f /docs/examples | |
parent | edd1f45c9f5f3046d4a18a33f65bbf63721bf178 (diff) |
examples: add shared-connection-cache
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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. |