libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d069fc37e7b16b2705911b815ef658d8323827f9
parent 9ae3c8fecba1ad68e005ae3fb0a9d60508ab4f1c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 23 Feb 2012 13:16:27 +0000

-fix compile error when build without post processor

Diffstat:
Msrc/examples/Makefile.am | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -18,7 +18,6 @@ noinst_PROGRAMS = \ minimal_example \ dual_stack_example \ minimal_example_comet \ -post_example \ querystring_example \ fileserver_example \ fileserver_example_dirs \ @@ -28,6 +27,9 @@ refuse_post_example if ENABLE_HTTPS noinst_PROGRAMS += https_fileserver_example endif +if HAVE_POSTPROCESSOR +noinst_PROGRAMS += post_example +endif if ENABLE_DAUTH noinst_PROGRAMS += \