aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-06 13:38:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-06 13:38:28 +0000
commit3bbf694d5a40a26a9eb8c261498048182508a7ca (patch)
tree9c31605ba5548631e39d2ba0b410e78579deeb88 /docs/examples/Makefile.am
parent44debdde6285d257cbe985ba808d7efe81668b84 (diff)
Added multi-post.c, based on the source file posted by Gustaf Hui
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index c6dcdf215..13634302e 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -8,7 +8,7 @@ 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 \
- multi-app.c multi-double.c multi-single.c
+ multi-app.c multi-double.c multi-single.c multi-post.c
all:
@echo "done"