@@ -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
if HAVE_W32
@@ -28,7 +28,8 @@ if ENABLE_HTTPS
noinst_PROGRAMS += https_fileserver_example
-noinst_PROGRAMS += post_example
+noinst_PROGRAMS += \
+ post_example
if ENABLE_DAUTH
@@ -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".