diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-04 09:35:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-04 09:35:55 +0000 |
commit | 4127903183bc5f11c09111ccd88df86384bb3795 (patch) | |
tree | b1174511ae0f6be673973c5874753bbc9a0fd098 | |
parent | 2ffc20dc7cd91e9057c0c5f478e5b3264a474f10 (diff) |
Added multithread.c
-rw-r--r-- | docs/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 64b561dc0..ba52ce268 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -5,7 +5,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c \ - win32sockets.c persistant.c ftpget.c Makefile.example + win32sockets.c persistant.c ftpget.c Makefile.example \ + multithread.c all: @echo "done" |