From: Matthias Wachs Date: Mon, 4 Jul 2011 08:58:27 +0000 (+0000) Subject: remove http/s from experimental X-Git-Tag: initial-import-from-subversion-38251~17979 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8eaceaaedac30d09631f619bab86402f0b07e3d2;p=oweals%2Fgnunet.git remove http/s from experimental --- 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