From 55b06f18c66ede06a2cf437b652de3a7c75c902a Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Thu, 8 Jun 2017 15:29:42 -0500 Subject: [PATCH] [transport] http(s) are stable --- src/transport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 2b41e6329..d65da6bb6 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -10,7 +10,6 @@ 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 @@ -79,6 +78,7 @@ if USE_COVERAGE AM_CFLAGS = --coverage -O0 endif +if HAVE_EXPERIMENTAL if LINUX WLAN_BIN = gnunet-helper-transport-wlan WLAN_BIN_DUMMY = gnunet-helper-transport-wlan-dummy -- 2.25.1