aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-09-03 17:54:02 +0000
committerGunter Knauf <gk@gknw.de>2009-09-03 17:54:02 +0000
commitd0552269498456199cab92f319d96ff0a7b72314 (patch)
treec6dd16392fb32e1e9ae08050cfba35caf8190c63 /docs/examples/Makefile.inc
parentcf910f3097f90bfaba27de1706d466fdf3afdd9e (diff)
added chkspeed to samples.
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 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.