aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-05 17:54:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-05 17:54:30 +0000
commitaaed838872779eaa08f92acea9c848bd522bb14c (patch)
tree6884c5041700f3fdd68ba753400a1815f939667e /docs/examples/Makefile.inc
parent43fba2627aa85379ff58e7edc4484e8eb25132db (diff)
add ftpgetinfo
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 4ac1878f9..c104368e9 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 httpcustomheader certinfo chkspeed
+ sendrecv httpcustomheader certinfo chkspeed ftpgetinfo
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.