aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-23 16:31:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-23 16:31:10 +0200
commitcce6508242ab73cca896788ad9f968b89e5f9f3a (patch)
treeb5fd55f7bfd2e65e8fa145fe0f4b1a2f7497bd87 /docs/examples/Makefile.inc
parentaf809923e4ca05215814b313f9b57f29b8ffdc33 (diff)
resolve.c: new example showing off CURLOPT_RESOLVE
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 c6a3e9c5b..d1ae9ddbb 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,7 +4,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
https multi-app multi-debugcallback multi-double multi-post multi-single \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
- smtp-multi simplesmtp smtp-tls rtsp externalsocket
+ smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.