From: Daniel Stenberg Date: Tue, 8 Jan 2002 08:26:22 +0000 (+0000) Subject: another example source added X-Git-Tag: curl-7_9_3-pre1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea9a88a9b81b45a4990189a68cfccbe6841a434b;p=curl another example source added --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 374fe95d6..34a867f24 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c postit2.c \ win32sockets.c persistant.c ftpget.c Makefile.example \ multithread.c getinmemory.c ftpupload.c httpput.c \ - simplessl.c + simplessl.c ftpgetresp.c all: @echo "done"