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/namestore/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/namestore') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 94861b478..f4b846065 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -99,9 +99,7 @@ TESTS = \ $(check_SCRIPTS) endif -if HAVE_REST REST_PLUGIN = libgnunet_plugin_rest_namestore.la -endif lib_LTLIBRARIES = \ libgnunetnamestore.la @@ -114,10 +112,8 @@ bin_PROGRAMS = \ gnunet-namestore \ gnunet-zoneimport -if HAVE_MHD libexec_PROGRAMS += \ gnunet-namestore-fcfsd -endif plugin_LTLIBRARIES = \ @@ -679,12 +675,8 @@ check_SCRIPTS = \ test_namestore_lookup.sh \ test_namestore_delete.sh -if HAVE_MHD -if HAVE_JSON check_SCRIPTS += \ test_plugin_rest_namestore.sh -endif -endif EXTRA_DIST = \ test_common.c \ -- cgit v1.2.3