aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-13 08:23:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-13 08:23:09 +0000
commit47d52d4eca270c9aa211cf44ae31c8b54d29c10d (patch)
treeb3ec3ca4fee37e28f0d0b5c7905a5671e08c129b /docs/examples/Makefile.am
parent4973b0f88abd8c77ecbeb512c3930da2bc65d5f3 (diff)
added https.c
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 69d9dff33..783455151 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -5,11 +5,10 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.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-post.c \
- fopen.c simplepost.c makefile.dj curlx.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-post.c fopen.c simplepost.c makefile.dj curlx.c https.c
all:
@echo "done"