diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-08 08:26:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-08 08:26:22 +0000 |
commit | ea9a88a9b81b45a4990189a68cfccbe6841a434b (patch) | |
tree | 1171492c3ab0af3037d137b1ccd76b5416588ab8 /docs | |
parent | aec7358ca47d39d1967c528bc5f3b75f67f6d4be (diff) |
another example source added
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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" |