marking HTTP as experimental
[oweals/gnunet.git] / src / transport / Makefile.am
index 4089a195a75326a4e32b3614542d196f778eca23..2ff0d8cec71896daf37c5ceb1dd47e9681d126d3 100644 (file)
@@ -4,6 +4,7 @@ plugindir = $(libdir)/gnunet
 
 
 if HAVE_MHD
+if HAVE_EXPERIMENTAL
  GN_LIBMHD = -lmicrohttpd
  HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
 # HTTP_PLUGIN_TEST = test_plugin_transport_http
@@ -18,6 +19,7 @@ if HAVE_MHD
  HTTPS_QUOTA_TEST = test_quota_compliance_https \
                test_quota_compliance_https_asymmetric_recv_constant
 endif
+endif
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0