aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-19 14:01:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-19 14:01:34 +0000
commitc560327f2627e7bec0512b4fdbc1c5903c6954a8 (patch)
treea6b9bcfbd1437faee59aff988395e7f29aadfb2a /docs/examples/Makefile.am
parent28939dd45cf0f21c039af961120ee25f2bd391f9 (diff)
Added the three multi interface source code examples to the distrib
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 67b8d41c3..c6dcdf215 100644
--- 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"