aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2010-12-13 12:02:14 +0000
committerBart Polot <bart@net.in.tum.de>2010-12-13 12:02:14 +0000
commit3c3b69eb81f8032350cb75c136472e93dceb229a (patch)
tree97fa7d620ad540e737e76bf2ec9b572fdd8eccbd /src
parent17c2c0bb0de652b1aa23dd6e92dd4f07384c6224 (diff)
downloadgnunet-3c3b69eb81f8032350cb75c136472e93dceb229a.tar.gz
gnunet-3c3b69eb81f8032350cb75c136472e93dceb229a.zip
fix compile error if MHD is missing
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 1 insertions, 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 = \
279 $(top_builddir)/src/transport/libgnunettransport.la \ 279 $(top_builddir)/src/transport/libgnunettransport.la \
280 $(top_builddir)/src/util/libgnunetutil.la 280 $(top_builddir)/src/util/libgnunetutil.la
281 281
282if HAVE_MHD
283
284test_plugin_transport_http_SOURCES = \ 282test_plugin_transport_http_SOURCES = \
285 test_plugin_transport_http.c 283 test_plugin_transport_http.c
286test_plugin_transport_http_LDADD = \ 284test_plugin_transport_http_LDADD = \
@@ -399,8 +397,6 @@ test_transport_api_multi_LDADD = \
399 $(top_builddir)/src/transport/libgnunettransport.la \ 397 $(top_builddir)/src/transport/libgnunettransport.la \
400 $(top_builddir)/src/util/libgnunetutil.la 398 $(top_builddir)/src/util/libgnunetutil.la
401 399
402endif
403
404 400
405EXTRA_DIST = \ 401EXTRA_DIST = \
406 test_transport_api_data.conf \ 402 test_transport_api_data.conf \
@@ -433,4 +429,4 @@ EXTRA_DIST = \
433 test_quota_compliance_https_peer1.conf \ 429 test_quota_compliance_https_peer1.conf \
434 test_quota_compliance_https_peer2.conf \ 430 test_quota_compliance_https_peer2.conf \
435 test_quota_compliance_udp_peer1.conf \ 431 test_quota_compliance_udp_peer1.conf \
436 test_quota_compliance_udp_peer2.conf \ No newline at end of file 432 test_quota_compliance_udp_peer2.conf