summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-01-29 10:44:49 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-01-29 10:44:49 +0100
commitc930db776b4046d2977e64c52779ea2402ac2d24 (patch)
tree8d7144a824e34e41936396c334a823d566708f65 /docs/examples/Makefile.inc
parentb40308b18042c9bb55c6e0388e3715bc264b1b55 (diff)
Imported Upstream version 7.35.0
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 6a97bc27..dda08750 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,8 +4,12 @@ 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 \
- progressfunc pop3s pop3slist imap url2file sftpget ftpsget postinmemory
+ smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp \
+ externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl pop3-dele \
+ pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3-multi imap-list \
+ imap-fetch imap-store imap-append imap-examine imap-search imap-create \
+ imap-delete imap-copy imap-noop imap-ssl imap-tls imap-multi url2file \
+ sftpget ftpsget postinmemory
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.