diff options
author | Gunter Knauf <gk@gknw.de> | 2009-09-03 17:54:02 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-09-03 17:54:02 +0000 |
commit | d0552269498456199cab92f319d96ff0a7b72314 (patch) | |
tree | c6dd16392fb32e1e9ae08050cfba35caf8190c63 | |
parent | cf910f3097f90bfaba27de1706d466fdf3afdd9e (diff) |
added chkspeed to samples.
-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 14ba74e8c..4ac1878f9 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -5,7 +5,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface \ https multi-app multi-debugcallback multi-double \ multi-post multi-single persistant post-callback \ postit2 sepheaders simple simplepost simplessl \ - sendrecv httpcustomheader certinfo + sendrecv httpcustomheader certinfo chkspeed # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here. |