libmicrohttpd

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

commit bd3f0576c86f2dec6ef0103458b2028e1e4c9524
parent 9989a7fdf8e90416cb4cbf71c46bb8342a56a35d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 30 Mar 2013 21:23:42 +0000

-fix build issue

Diffstat:
Mdoc/examples/Makefile.am | 5++---
Msrc/examples/Makefile.am | 3++-
Msrc/include/microhttpd.h | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am @@ -18,15 +18,14 @@ noinst_PROGRAMS = \ basicauthentication \ hellobrowser \ logging \ - responseheaders \ - sessions + responseheaders if ENABLE_HTTPS noinst_PROGRAMS += \ tlsauthentication endif if HAVE_POSTPROCESSOR -noinst_PROGRAMS += simplepost largepost +noinst_PROGRAMS += simplepost largepost sessions endif if HAVE_W32 diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -28,7 +28,8 @@ if ENABLE_HTTPS noinst_PROGRAMS += https_fileserver_example endif if HAVE_POSTPROCESSOR -noinst_PROGRAMS += post_example +noinst_PROGRAMS += \ + post_example endif if ENABLE_DAUTH diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -106,7 +106,7 @@ extern "C" /** * Current version of the library. */ -#define MHD_VERSION 0x00091900 +#define MHD_VERSION 0x00092000 /** * MHD-internal return code for "YES".