aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-05 11:21:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-05 11:21:57 +0000
commit4a2288ffe56da35d9fb0e564f207f33c56fc841a (patch)
tree217cdda5c0790c65ed69377e0d0d13aef1d694c3
parent552822e316a49efe86bf64e61fdcb1bfc187c5d8 (diff)
downloadgnunet-4a2288ffe56da35d9fb0e564f207f33c56fc841a.tar.gz
gnunet-4a2288ffe56da35d9fb0e564f207f33c56fc841a.zip
removing experimental from http
-rw-r--r--src/transport/Makefile.am2
1 files changed, 0 insertions, 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
4 4
5 5
6if HAVE_MHD 6if HAVE_MHD
7if HAVE_EXPERIMENTAL
8 GN_LIBMHD = -lmicrohttpd 7 GN_LIBMHD = -lmicrohttpd
9 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la 8 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
10 HTTP_API_TEST = test_transport_api_http 9 HTTP_API_TEST = test_transport_api_http
@@ -21,7 +20,6 @@ if HAVE_EXPERIMENTAL
21 HTTPS_QUOTA_TEST = test_quota_compliance_https \ 20 HTTPS_QUOTA_TEST = test_quota_compliance_https \
22 test_quota_compliance_https_asymmetric_recv_constant 21 test_quota_compliance_https_asymmetric_recv_constant
23endif 22endif
24endif
25 23
26if USE_COVERAGE 24if USE_COVERAGE
27 AM_CFLAGS = --coverage -O0 25 AM_CFLAGS = --coverage -O0