diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 15:16:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 15:16:53 +0000 |
commit | 88229a0f2ab259ca7c42096eef188a4264aa03e9 (patch) | |
tree | ff31998b89a52c079e16e6a1999c707cd226ee03 /docs/examples/Makefile.am | |
parent | 120394cc4585a0d79682a946c81c5084e1467249 (diff) | |
download | curl-88229a0f2ab259ca7c42096eef188a4264aa03e9.tar.gz |
new example proving that the debug callback works even when the multi
interface is used
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r-- | docs/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 783455151..e42a9600f 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -8,7 +8,8 @@ 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 https.c + multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \ + multi-debugcallback.c all: @echo "done" |