diff options
author | Yang Tse <yangsita@gmail.com> | 2010-11-07 03:39:31 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-11-07 03:39:31 +0100 |
commit | 34498c13be6ef1f3308d39508884418a1123ca81 (patch) | |
tree | 6e739762913f489e23b565d060ede53d49f81798 | |
parent | 517d3eb0a484cc1566e72bb3e0f42618a43cde82 (diff) |
fix snapshot generation
-rw-r--r-- | docs/examples/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 51c96a5a8..62f0c1b22 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.c + smtp-multi # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here. |