projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28939dd
)
Added the three multi interface source code examples to the distrib
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Mar 2002 14:01:34 +0000
(14:01 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Mar 2002 14:01:34 +0000
(14:01 +0000)
docs/examples/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/examples/Makefile.am
b/docs/examples/Makefile.am
index 67b8d41c34bbcf3f80b801b3a7e6735affb36b72..c6dcdf2157d44923e5c58399bed971b86c61f0b2 100644
(file)
--- a/
docs/examples/Makefile.am
+++ b/
docs/examples/Makefile.am
@@
-7,7
+7,8
@@
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
win32sockets.c persistant.c ftpget.c Makefile.example \
multithread.c getinmemory.c ftpupload.c httpput.c \
- simplessl.c ftpgetresp.c http-post.c post-callback.c
+ simplessl.c ftpgetresp.c http-post.c post-callback.c \
+ multi-app.c multi-double.c multi-single.c
all:
@echo "done"