Commit c560327f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added the three multi interface source code examples to the distrib

parent 28939dd4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"