From 8eaceaaedac30d09631f619bab86402f0b07e3d2 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 4 Jul 2011 08:58:27 +0000 Subject: [PATCH] remove http/s from experimental --- src/transport/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 42488c7a0..6c8dcbe46 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -4,7 +4,6 @@ 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 @@ -19,7 +18,6 @@ if HAVE_EXPERIMENTAL HTTPS_QUOTA_TEST = test_quota_compliance_https \ test_quota_compliance_https_asymmetric_recv_constant endif -endif if USE_COVERAGE AM_CFLAGS = --coverage -O0 -- 2.25.1