From 3c3b69eb81f8032350cb75c136472e93dceb229a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 13 Dec 2010 12:02:14 +0000 Subject: [PATCH] fix compile error if MHD is missing --- src/transport/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.25.1