gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Do not build upgrade


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Do not build upgrade example in upgrade is disabled by configure
Date: Tue, 16 May 2017 20:43:52 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 6fe76803 Do not build upgrade example in upgrade is disabled by 
configure
6fe76803 is described below

commit 6fe7680386b5e9e891206233004cca85b05e3d86
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue May 16 21:43:37 2017 +0300

    Do not build upgrade example in upgrade is disabled by configure
---
 src/examples/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index ba8e4307..1c416e7b 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -20,7 +20,6 @@ noinst_PROGRAMS = \
  benchmark_https \
  chunked_example \
  minimal_example \
- upgrade_example \
  dual_stack_example \
  minimal_example_comet \
  querystring_example \
@@ -56,6 +55,11 @@ noinst_PROGRAMS += \
  authorization_example
 endif
 
+if ENABLE_UPGRADE
+noinst_PROGRAMS += \
+ upgrade_example
+endif
+
 if HAVE_W32
 AM_CFLAGS += -DWINDOWS
 endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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