diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-05 17:54:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-05 17:54:30 +0000 |
commit | aaed838872779eaa08f92acea9c848bd522bb14c (patch) | |
tree | 6884c5041700f3fdd68ba753400a1815f939667e | |
parent | 43fba2627aa85379ff58e7edc4484e8eb25132db (diff) |
add ftpgetinfo
-rw-r--r-- | docs/examples/Makefile.inc | 2 |
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. |