aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-10 09:00:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-10 09:00:02 +0000
commitaffe334675bf1f58c9d5d492dc6f6cd85524b32f (patch)
treedd59b844a3310ad07de7957bf9e46c54945bb2fd /docs/examples/Makefile.am
parentee7e184e269aa05132a9b880d267d91865d6ffb2 (diff)
added http-post.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 34a867f24..bc3753606 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -7,7 +7,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 httpput.c \
- simplessl.c ftpgetresp.c
+ simplessl.c ftpgetresp.c http-post.c
all:
@echo "done"