From 88229a0f2ab259ca7c42096eef188a4264aa03e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 May 2004 15:16:53 +0000 Subject: new example proving that the debug callback works even when the multi interface is used --- docs/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/examples/Makefile.am') 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" -- cgit v1.2.3