aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-27 07:24:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-27 07:24:53 +0000
commitd60c2402b66776d6a287c99c676bd038f950e020 (patch)
treebf44c8c2a666327749078f8141a80887b34400b6 /src/transport
parentc5c3d4a753fac3521e824c8eb0350c2e2587ff83 (diff)
downloadgnunet-d60c2402b66776d6a287c99c676bd038f950e020.tar.gz
gnunet-d60c2402b66776d6a287c99c676bd038f950e020.zip
-fix
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a590f8077..54d6a1a35 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -27,6 +27,7 @@ endif
27if HAVE_MHD 27if HAVE_MHD
28if HAVE_LIBCURL 28if HAVE_LIBCURL
29 HTTP_API_TEST = test_transport_api_http 29 HTTP_API_TEST = test_transport_api_http
30 HTTP_REVERSE_API_TEST = test_transport_api_http_reverse
30 HTTP_API_TIMEOUT_TEST = test_transport_api_timeout_http 31 HTTP_API_TIMEOUT_TEST = test_transport_api_timeout_http
31 HTTP_REL_TEST = test_transport_api_reliability_http 32 HTTP_REL_TEST = test_transport_api_reliability_http
32 HTTP_QUOTA_TEST = test_quota_compliance_http \ 33 HTTP_QUOTA_TEST = test_quota_compliance_http \
@@ -378,7 +379,6 @@ TESTS = \
378 $(UNIX_PLUGIN_TIMEOUT_TEST) \ 379 $(UNIX_PLUGIN_TIMEOUT_TEST) \
379 test_transport_api_udp_nat \ 380 test_transport_api_udp_nat \
380 $(HTTP_API_TEST) \ 381 $(HTTP_API_TEST) \
381 $(HTTP_REVERSE_API_TEST) \
382 $(HTTP_API_TIMEOUT_TEST) \ 382 $(HTTP_API_TIMEOUT_TEST) \
383 $(HTTPS_API_TEST) \ 383 $(HTTPS_API_TEST) \
384 $(HTTPS_API_TIMEOUT_TEST) \ 384 $(HTTPS_API_TIMEOUT_TEST) \
@@ -664,7 +664,6 @@ test_transport_api_http_LDADD = \
664 $(top_builddir)/src/util/libgnunetutil.la \ 664 $(top_builddir)/src/util/libgnunetutil.la \
665 $(top_builddir)/src/transport/libgnunettransporttesting.la 665 $(top_builddir)/src/transport/libgnunettransporttesting.la
666 666
667#if FALSE
668test_transport_api_http_reverse_SOURCES = \ 667test_transport_api_http_reverse_SOURCES = \
669 test_transport_api.c 668 test_transport_api.c
670test_transport_api_http_reverse_LDADD = \ 669test_transport_api_http_reverse_LDADD = \
@@ -672,7 +671,6 @@ test_transport_api_http_reverse_LDADD = \
672 $(top_builddir)/src/hello/libgnunethello.la \ 671 $(top_builddir)/src/hello/libgnunethello.la \
673 $(top_builddir)/src/util/libgnunetutil.la \ 672 $(top_builddir)/src/util/libgnunetutil.la \
674 $(top_builddir)/src/transport/libgnunettransporttesting.la 673 $(top_builddir)/src/transport/libgnunettransporttesting.la
675 #endif
676 674
677test_transport_api_timeout_http_SOURCES = \ 675test_transport_api_timeout_http_SOURCES = \
678 test_transport_api_timeout.c 676 test_transport_api_timeout.c