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/gns/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 7a5f7cfd8..5a9c70997 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -55,7 +55,6 @@ lib_LTLIBRARIES = \ libgnunetgns.la -if HAVE_MHD if HAVE_GNUTLS if HAVE_LIBGNURL DO_PROXY=gnunet-gns-proxy @@ -69,7 +68,6 @@ CPP_GNURL=@LIBCURL_CPPFLAGS@ endif endif endif -endif libexec_PROGRAMS = \ gnunet-service-gns \ @@ -82,15 +80,11 @@ bin_PROGRAMS = \ noinst_PROGRAMS = \ gnunet-gns-benchmark -if HAVE_MHD if LINUX bin_PROGRAMS += gnunet-bcd endif -endif -if HAVE_REST REST_PLUGIN = libgnunet_plugin_rest_gns.la -endif plugin_LTLIBRARIES = \ libgnunet_plugin_block_gns.la \ @@ -258,14 +252,12 @@ libgnunet_plugin_block_gns_la_LDFLAGS = \ $(GN_LIBINTL) \ $(GN_PLUGIN_LDFLAGS) -if HAVE_MHD if HAVE_GNUTLS if HAVE_LIBGNURL check_PROGRAMS = \ test_gns_proxy endif endif -endif check_SCRIPTS = \ test_gns_lookup.sh \ @@ -286,18 +278,14 @@ check_SCRIPTS = \ test_gns_revocation.sh\ test_gns_cname_lookup.sh -if HAVE_MHD if HAVE_GNUTLS if HAVE_LIBGNURL check_SCRIPTS += \ test_proxy.sh endif endif -if HAVE_JSON check_SCRIPTS += \ test_plugin_rest_gns.sh -endif -endif if ENABLE_TEST_RUN -- cgit v1.2.3