diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-26 09:00:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-26 09:00:03 +0000 |
commit | 15cd35f67fa76f6d043bdf8e53b64ebb56339d2a (patch) | |
tree | 73ad7804681bd6c2e45cbe48679c4bd2a3739c98 /docs/examples/Makefile.am | |
parent | 459801d6e0e3d829f5c2eefcec189a1842ef7e37 (diff) | |
download | curl-15cd35f67fa76f6d043bdf8e53b64ebb56339d2a.tar.gz |
added example that makes an upload to a file:// url
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index e42a9600f..e81e4b840 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 \ 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 \ - multi-debugcallback.c + multi-debugcallback.c fileupload.c all: @echo "done" |