aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-25 05:55:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-25 05:55:56 +0000
commitd5001a3f0bb81010f3ad7aa5e16f9ab2f340bc07 (patch)
treef75d87e1b4875557cbacffe6b24eae7e72a54d3e /docs/examples/Makefile.am
parent91f5ac4d5c44f2c76ea510e4f797b9bcd5fa8173 (diff)
Added httpput.c
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 a05b8706c..6414e7d1d 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -6,7 +6,7 @@ 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
+ multithread.c getinmemory.c ftpupload.c httpput.c
all:
@echo "done"