summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-19 12:30:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-19 12:30:12 +0000
commitfc5c9d8f179b8a4efafee9317779a78763c3d4eb (patch)
tree9e76e4fba9dbff95177ab89889292a8396ab5f2a /docs/examples/Makefile.am
parent72d57a8ee6e7c0e262694ee77f1efad2e8dfe893 (diff)
downloadcurl-fc5c9d8f179b8a4efafee9317779a78763c3d4eb.tar.gz
simplepost.c shows a simple POST ;-)
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 78e1baef8..b2ddad406 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
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
+ fopen.c simplepost.c
all:
@echo "done"