From f5e4ff2dd8caeb87907a74ee91846860f7e80707 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 21 Jul 2010 12:49:59 +0000 Subject: [PATCH] mhdless fix --- src/transport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index a6bf2de9d..2a62d0fb6 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -11,7 +11,7 @@ if HAVE_MHD HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la HTTP_PLUGIN_CHECK = test_plugin_transport_http \ test_transport_api_http \ - test_plugin_transport_reliability_http + test_transport_api_reliability_http endif if USE_COVERAGE -- 2.25.1