removing experimental from http
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 5 Oct 2011 11:21:57 +0000 (11:21 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 5 Oct 2011 11:21:57 +0000 (11:21 +0000)
src/transport/Makefile.am

index ac2b17126a6a201d35247294a7443363a99c625b..8ca01eaf71bc4ad6639b6e65d2c56b1b6792b37f 100644 (file)
@@ -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