From 91f11e5682aeb3df048994fe5d11e68a7483ea15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Jun 2017 18:06:03 +0200 Subject: [PATCH] mark dv/http/https/wlan/bt as experimental --- src/Makefile.am | 4 ++-- src/transport/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4e0a5ba94..14c66c5f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,9 +11,9 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - dv \ rps endif +# dv (FTBFS) if HAVE_JSON if HAVE_MHD @@ -49,7 +49,7 @@ if HAVE_MYSQL endif if HAVE_POSTGRESQL - POSTGRES_DIR = pq + POSTGRES_DIR = pq endif if HAVE_MHD diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7687f2348..2b41e6329 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -10,7 +10,7 @@ libexecdir= $(pkglibdir)/libexec/ pkgcfg_DATA = \ transport.conf - +if HAVE_EXPERIMENTAL if HAVE_MHD GN_LIBMHD = -lmicrohttpd HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la @@ -121,6 +121,8 @@ if MINGW endif endif +# end of HAVE_EXPERIMENTAL +endif if !MINGW -- 2.25.1