aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-13 11:24:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-13 23:14:20 +0200
commitf3c34bf83c0bc60a97b76eba4f2b8f3d75310104 (patch)
treeeab2957e42f01d87d1d68bda6e8062e4367b3c05 /docs/examples/Makefile.inc
parentcc5fae5dacd240cd013995173705efdc68f26e34 (diff)
examples: add http3.c, altsvc.c and http3-present.c
Closes #4221
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index d0cce337c..6fd8ecd76 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -35,7 +35,8 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
http2-upload http2-serverpush getredirect ftpuploadfrommem \
ftpuploadresume sslbackend postit2-formadd multi-formadd \
shared-connection-cache sftpuploadresume http2-pushinmemory parseurl \
- urlapi imap-authzid pop3-authzid smtp-authzid
+ urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
+ http3-present
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.