From: Bart Polot Date: Mon, 13 Dec 2010 12:02:14 +0000 (+0000) Subject: fix compile error if MHD is missing X-Git-Tag: initial-import-from-subversion-38251~19534 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c3b69eb81f8032350cb75c136472e93dceb229a;p=oweals%2Fgnunet.git fix compile error if MHD is missing --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index e2d5acda8..91c45b060 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -279,8 +279,6 @@ test_transport_api_udp_nat_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la -if HAVE_MHD - test_plugin_transport_http_SOURCES = \ test_plugin_transport_http.c test_plugin_transport_http_LDADD = \ @@ -399,8 +397,6 @@ test_transport_api_multi_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la -endif - EXTRA_DIST = \ test_transport_api_data.conf \ @@ -433,4 +429,4 @@ EXTRA_DIST = \ test_quota_compliance_https_peer1.conf \ test_quota_compliance_https_peer2.conf \ test_quota_compliance_udp_peer1.conf \ - test_quota_compliance_udp_peer2.conf \ No newline at end of file + test_quota_compliance_udp_peer2.conf