From d89a4c1ee6f00924233c799e50777ea985d5b213 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 17 May 2020 20:02:57 +0200 Subject: deps are now required, no need for defines --- src/transport/Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 3028b29b4..02e87da0f 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -11,12 +11,10 @@ pkgcfg_DATA = \ transport.conf \ communicator-unix.conf -if HAVE_MHD - HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la - HTTPS_SERVER_PLUGIN_LA = libgnunet_plugin_transport_https_server.la - HTTP_SERVER_PLUGIN_TEST = test_plugin_http_server - HTTPS_SERVER_PLUGIN_TEST = test_plugin_https_server -endif +HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la +HTTPS_SERVER_PLUGIN_LA = libgnunet_plugin_transport_https_server.la +HTTP_SERVER_PLUGIN_TEST = test_plugin_http_server +HTTPS_SERVER_PLUGIN_TEST = test_plugin_https_server if HAVE_LIBGNURL HTTP_CLIENT_PLUGIN_TEST = test_plugin_http_client @@ -36,7 +34,6 @@ CPP_GNURL=@LIBCURL_CPPFLAGS@ endif endif -if HAVE_MHD if HAVE_LIBGNURL HTTP_API_TEST = test_transport_api_http HTTP_REVERSE_API_TEST = test_transport_api_http_reverse @@ -76,7 +73,6 @@ endif HTTPS_SWITCH = test_transport_address_switch_https endif endif -endif if USE_COVERAGE AM_CFLAGS = --coverage -O0 -- cgit v1.2.3