summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-09 08:16:05 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-13 09:20:57 +0100
commit71ec4e7d76fed67e9981227963cee28cd25ba039 (patch)
tree0e5b97a60c18de6052439c5baf6ad8b0621bba3f /docs/examples/Makefile.inc
parent760e854348196d0c62afc7a5b023c62eced45b92 (diff)
downloadcurl-71ec4e7d76fed67e9981227963cee28cd25ba039.tar.gz
httpput-postfields.c: new example doing PUT with POSTFIELDS
Proposed-by: Jeroen Ooms Ref: #6186 Closes #6188
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 6bffd7353..8b7b11b2c 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -36,7 +36,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
ftpuploadresume sslbackend postit2-formadd multi-formadd \
shared-connection-cache sftpuploadresume http2-pushinmemory parseurl \
urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
- http3-present multi-poll
+ http3-present multi-poll httpput-postfields
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.