aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-18 10:13:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-18 10:13:41 +0000
commit226fe8bdf9c9ff8cb5667a058a6a7b58dc80711c (patch)
treebeb53e99aaf542f1fd45154a55343ba9a5d603cd /docs/examples/Makefile.am
parent33237b4502f5c994e95c1788844a87d66db6ee10 (diff)
Götz Babin-Ebell's contributed "simplessl.c" example source code
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 6414e7d1d..374fe95d6 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c postit2.c \
win32sockets.c persistant.c ftpget.c Makefile.example \
- multithread.c getinmemory.c ftpupload.c httpput.c
+ multithread.c getinmemory.c ftpupload.c httpput.c \
+ simplessl.c
all:
@echo "done"