aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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 = \
17endif 17endif
18endif 18endif
19 19
20if HAVE_JSON
21ATTESTATION_PLUGIN = \
22 libgnunet_plugin_reclaim_attestation_jwt.la
23endif
24
20EXTRA_DIST = \ 25EXTRA_DIST = \
21 reclaim.conf \ 26 reclaim.conf \
22 test_reclaim_defaults.conf \ 27 test_reclaim_defaults.conf \
@@ -35,7 +40,7 @@ lib_LTLIBRARIES = \
35plugin_LTLIBRARIES = \ 40plugin_LTLIBRARIES = \
36 libgnunet_plugin_gnsrecord_reclaim.la \ 41 libgnunet_plugin_gnsrecord_reclaim.la \
37 libgnunet_plugin_reclaim_attribute_basic.la \ 42 libgnunet_plugin_reclaim_attribute_basic.la \
38 libgnunet_plugin_reclaim_attestation_jwt.la \ 43 $(ATTESTATION_PLUGIN) \
39 $(REST_PLUGIN) 44 $(REST_PLUGIN)
40 45
41bin_PROGRAMS = \ 46bin_PROGRAMS = \