From: Daniel Stenberg Date: Sat, 5 Sep 2009 17:54:30 +0000 (+0000) Subject: add ftpgetinfo X-Git-Tag: curl-7_19_7~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaed838872779eaa08f92acea9c848bd522bb14c;p=curl add ftpgetinfo --- 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.