From: Matthias Wachs Date: Wed, 5 Oct 2011 11:21:57 +0000 (+0000) Subject: removing experimental from http X-Git-Tag: initial-import-from-subversion-38251~16795 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a2288ffe56da35d9fb0e564f207f33c56fc841a;p=oweals%2Fgnunet.git removing experimental from http --- 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