aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index cf73faa9e..c5cdee267 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -16,7 +16,7 @@ if HAVE_MHD
16 HTTPS_PLUGIN_LA = libgnunet_plugin_transport_https.la 16 HTTPS_PLUGIN_LA = libgnunet_plugin_transport_https.la
17 HTTPS_PLUGIN_CHECK = test_plugin_transport_https \ 17 HTTPS_PLUGIN_CHECK = test_plugin_transport_https \
18 test_transport_api_https \ 18 test_transport_api_https \
19 test_transport_api_reliability_https 19 test_transport_api_reliability_https
20endif 20endif
21 21
22if USE_COVERAGE 22if USE_COVERAGE
@@ -267,6 +267,8 @@ EXTRA_DIST = \
267 test_plugin_transport_data.conf \ 267 test_plugin_transport_data.conf \
268 test_transport_api_http_peer1.conf \ 268 test_transport_api_http_peer1.conf \
269 test_transport_api_http_peer2.conf \ 269 test_transport_api_http_peer2.conf \
270 test_transport_api_https_peer1.conf \
271 test_transport_api_https_peer2.conf \
270 test_transport_api_rel_http_peer1.conf \ 272 test_transport_api_rel_http_peer1.conf \
271 test_transport_api_rel_http_peer2.conf \ 273 test_transport_api_rel_http_peer2.conf \
272 test_plugin_transport_data_http.conf 274 test_plugin_transport_data_http.conf