aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-29 11:59:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-29 11:59:50 +0000
commit2ce11cde95184de6b6a562ec5434ccdf882c5331 (patch)
treec642b2cf62f8e5451dabaebdc06f614b3cde33e8
parentbbd9037a3e4a2b8829725a3114108f94da92fbdc (diff)
downloadlibmicrohttpd-2ce11cde95184de6b6a562ec5434ccdf882c5331.tar.gz
libmicrohttpd-2ce11cde95184de6b6a562ec5434ccdf882c5331.zip
-typo
-rw-r--r--src/testcurl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 2124b3bf..d09b1338 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -52,7 +52,7 @@ check_PROGRAMS = \
52 perf_get $(PERF_GET_CONCURRENT) 52 perf_get $(PERF_GET_CONCURRENT)
53 53
54if HAVE_POSTPROCESSOR 54if HAVE_POSTPROCESSOR
55check_PROGRAMS += 55 check_PROGRAMS += \
56 daemontest_post \ 56 daemontest_post \
57 daemontest_postform \ 57 daemontest_postform \
58 daemontest_post_loop \ 58 daemontest_post_loop \