Răsfoiți Sursa

-fix build issue

Christian Grothoff 13 ani în urmă
părinte
comite
bd3f0576c8
3 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 2 3
      doc/examples/Makefile.am
  2. 2 1
      src/examples/Makefile.am
  3. 1 1
      src/include/microhttpd.h

+ 2 - 3
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

+ 2 - 1
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

+ 1 - 1
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".