aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-09-29 00:12:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-09-29 00:12:30 +0200
commit3c34f453fa62bb3715e47c6096b22d0bb9db2bbf (patch)
tree544510c9849b131007b9e3124e8e20f2174e207a /docs/examples/Makefile.inc
parentd5f687ed8f069ca8af4e48f7e965b60ba3f4a3e0 (diff)
postinmemory: new example
This is similar to getinmemory.c but with an initial POST. Combined-by: Ulf Samuelsson
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 6752db43d..5d3bcfc1a 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \
- progressfunc pop3s pop3slist imap url2file sftpget ftpsget
+ progressfunc pop3s pop3slist imap url2file sftpget ftpsget postinmemory
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.