From ca168098bb80966e20ed2d9e18289f3afd14d828 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 6 May 2020 09:31:11 +0200 Subject: improve configure messages for rest and reclaim --- src/reclaim/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/reclaim/Makefile.am') diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am index 9242d6d79..b2a4e6bac 100644 --- a/src/reclaim/Makefile.am +++ b/src/reclaim/Makefile.am @@ -17,6 +17,11 @@ REST_PLUGIN = \ endif endif +if HAVE_JSON +ATTESTATION_PLUGIN = \ + libgnunet_plugin_reclaim_attestation_jwt.la +endif + EXTRA_DIST = \ reclaim.conf \ test_reclaim_defaults.conf \ @@ -35,7 +40,7 @@ lib_LTLIBRARIES = \ plugin_LTLIBRARIES = \ libgnunet_plugin_gnsrecord_reclaim.la \ libgnunet_plugin_reclaim_attribute_basic.la \ - libgnunet_plugin_reclaim_attestation_jwt.la \ + $(ATTESTATION_PLUGIN) \ $(REST_PLUGIN) bin_PROGRAMS = \ -- cgit v1.2.3