gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19965 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r19965 - libmicrohttpd/src/examples
Date: Thu, 23 Feb 2012 14:16:27 +0100

Author: grothoff
Date: 2012-02-23 14:16:27 +0100 (Thu, 23 Feb 2012)
New Revision: 19965

Modified:
   libmicrohttpd/src/examples/Makefile.am
Log:
-fix compile error when build without post processor

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2012-02-23 12:56:17 UTC (rev 
19964)
+++ libmicrohttpd/src/examples/Makefile.am      2012-02-23 13:16:27 UTC (rev 
19965)
@@ -18,7 +18,6 @@
 minimal_example \
 dual_stack_example \
 minimal_example_comet \
-post_example \
 querystring_example \
 fileserver_example \
 fileserver_example_dirs \
@@ -28,6 +27,9 @@
 if ENABLE_HTTPS
 noinst_PROGRAMS += https_fileserver_example 
 endif
+if HAVE_POSTPROCESSOR
+noinst_PROGRAMS += post_example 
+endif
 
 if ENABLE_DAUTH
 noinst_PROGRAMS += \




reply via email to

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