summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2011-11-16 12:19:47 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2011-11-16 12:19:47 +0100
commit5b75b1988bc5970cb1bb5b6c4bd07e772c159ba0 (patch)
tree458cf7df0db762a0f9ac7e6cbf8256e40aa1e640 /docs/examples/Makefile.inc
parent364250c4614d2c23623d712027fa93f7d58aaf99 (diff)
Imported Upstream version 7.23.0
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index d1ae9ddb..bf7337dd 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,7 +4,8 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
https multi-app multi-debugcallback multi-double multi-post multi-single \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
- smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve
+ smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \
+ progressfunc
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.