gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26685 - in libmicrohttpd: doc/examples src/examples src/in


From: gnunet
Subject: [GNUnet-SVN] r26685 - in libmicrohttpd: doc/examples src/examples src/include
Date: Sat, 30 Mar 2013 22:23:42 +0100

Author: grothoff
Date: 2013-03-30 22:23:42 +0100 (Sat, 30 Mar 2013)
New Revision: 26685

Modified:
   libmicrohttpd/doc/examples/Makefile.am
   libmicrohttpd/src/examples/Makefile.am
   libmicrohttpd/src/include/microhttpd.h
Log:
-fix build issue

Modified: libmicrohttpd/doc/examples/Makefile.am
===================================================================
--- libmicrohttpd/doc/examples/Makefile.am      2013-03-30 16:31:44 UTC (rev 
26684)
+++ libmicrohttpd/doc/examples/Makefile.am      2013-03-30 21:23:42 UTC (rev 
26685)
@@ -18,15 +18,14 @@
   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

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2013-03-30 16:31:44 UTC (rev 
26684)
+++ libmicrohttpd/src/examples/Makefile.am      2013-03-30 21:23:42 UTC (rev 
26685)
@@ -28,7 +28,8 @@
 noinst_PROGRAMS += https_fileserver_example 
 endif
 if HAVE_POSTPROCESSOR
-noinst_PROGRAMS += post_example 
+noinst_PROGRAMS += \
+  post_example 
 endif
 
 if ENABLE_DAUTH

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2013-03-30 16:31:44 UTC (rev 
26684)
+++ libmicrohttpd/src/include/microhttpd.h      2013-03-30 21:23:42 UTC (rev 
26685)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091900
+#define MHD_VERSION 0x00092000
 
 /**
  * MHD-internal return code for "YES".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]