remove http/s from experimental
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Jul 2011 08:58:27 +0000 (08:58 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Jul 2011 08:58:27 +0000 (08:58 +0000)
src/transport/Makefile.am

index 42488c7a02788ccd879fba080cd5eb17ccc10e37..6c8dcbe4690e48d4ada2f4d7c996d6d833c38c20 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_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