aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-09 08:39:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-09 08:39:08 +0000
commit655331a91b2d68106c0afb63c1bdf6245a6cc30c (patch)
treebc0e5d2f1c672edd9dd42beb8027a3259f2e5380 /docs/examples/Makefile.am
parent09e569f83d440a6901ee9a4ae1cce39b48d8a545 (diff)
new little example using the new conversion callbacks added in 7.15.4
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 0adb01ebb..c09183b64 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \
multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c \
anyauthput.c htmltitle.cc htmltidy.c opensslthreadlock.c \
- cookie_interface.c cacertinmem.c synctime.c
+ cookie_interface.c cacertinmem.c synctime.c sampleconv.c
all:
@echo "done"