aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-12-15 19:27:28 +1100
committerDaniel Stenberg <daniel@haxx.se>2010-12-17 22:51:54 +0100
commit37a22d474957ef0fe6e62be7f4fc10784760988b (patch)
tree096ee67827a1ce87539acf76a82e800372c6991b /docs/examples/Makefile.inc
parent1df74d886d764115944d40fbc79bfd51ec7d714a (diff)
Docs: add simple SMTP example
Add a simple SMTP example program, patterned after some of the existing examples, and the curl application. This version addresses issues raised by David Woodhouse on comments in the simplesmtp.c example.
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 34c1c0f1d..a9379f745 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,7 +4,7 @@ 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
+ smtp-multi simplesmtp
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.