aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-13 08:51:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-13 08:51:52 +0000
commitaab2d52b25776345f88537fd22f3d79c0fce170d (patch)
tree12cf260f579a9aa0d87c8bcc3383687692b56aff /docs/examples/Makefile.inc
parent9a9041f1ce9563e95feec88749933398fe541f7b (diff)
httpcustomheader.c is a new tiny example showing a HTTP request with a custom
header replacing an internal one
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 840c9bf6c..68b66c3e3 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface \
https multi-app multi-debugcallback multi-double \
multi-post multi-single persistant post-callback \
postit2 sepheaders simple simplepost simplessl \
- sendrecv
+ sendrecv httpcustomheader
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.