aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-23 14:22:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-23 14:22:26 +0000
commit4a4490d5f1fc711b9d402fc0b1be986430b3c797 (patch)
tree7f6ef2d1b55f62175e334a3ef4a571869334d148 /docs/examples/Makefile.am
parent46313be2f5bf8bfeda5122fb756d2cdd050329d1 (diff)
debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get
lots of fine info from a transfer
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 7d7b239fa..6425707d8 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 fileupload.c getinfo.c ftp3rdparty.c
+ multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c
all:
@echo "done"