From 4a2288ffe56da35d9fb0e564f207f33c56fc841a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 5 Oct 2011 11:21:57 +0000 Subject: [PATCH] removing experimental from http --- src/transport/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index ac2b17126..8ca01eaf7 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_API_TEST = test_transport_api_http @@ -21,7 +20,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