From: Christian Grothoff Date: Tue, 6 Jun 2017 16:06:03 +0000 (+0200) Subject: mark dv/http/https/wlan/bt as experimental X-Git-Tag: gnunet-0.11.0rc0~245 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=91f11e5682aeb3df048994fe5d11e68a7483ea15;p=oweals%2Fgnunet.git mark dv/http/https/wlan/bt as experimental --- 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