aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 4089a195a..2ff0d8cec 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -4,6 +4,7 @@ plugindir = $(libdir)/gnunet
4 4
5 5
6if HAVE_MHD 6if HAVE_MHD
7if HAVE_EXPERIMENTAL
7 GN_LIBMHD = -lmicrohttpd 8 GN_LIBMHD = -lmicrohttpd
8 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la 9 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
9# HTTP_PLUGIN_TEST = test_plugin_transport_http 10# HTTP_PLUGIN_TEST = test_plugin_transport_http
@@ -18,6 +19,7 @@ if HAVE_MHD
18 HTTPS_QUOTA_TEST = test_quota_compliance_https \ 19 HTTPS_QUOTA_TEST = test_quota_compliance_https \
19 test_quota_compliance_https_asymmetric_recv_constant 20 test_quota_compliance_https_asymmetric_recv_constant
20endif 21endif
22endif
21 23
22if USE_COVERAGE 24if USE_COVERAGE
23 AM_CFLAGS = --coverage -O0 25 AM_CFLAGS = --coverage -O0