]> granicus.if.org Git - curl/commitdiff
examples: add shared-connection-cache
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Nov 2017 16:24:14 +0000 (17:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Nov 2017 10:07:44 +0000 (11:07 +0100)
docs/examples/Makefile.inc

index 71b804c759ff0d1e5ae6db6ec3d324545c1c3ba7..075df9ea2711ff59ce4b5694c66ff7586f33cdf7 100644 (file)
@@ -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.