aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-23 11:28:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-23 11:28:35 +0200
commitaf809923e4ca05215814b313f9b57f29b8ffdc33 (patch)
tree2f73042261a73f3d0d9f83a29382dc731b969434 /docs/examples/Makefile.inc
parent006b011cdf1a9469efb83bb38022b7ee8df784d7 (diff)
externalsocket.c: new example
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 c07520321..c6a3e9c5b 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
+ smtp-multi simplesmtp smtp-tls rtsp externalsocket
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.