aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 09:31:11 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 09:31:11 +0200
commitca168098bb80966e20ed2d9e18289f3afd14d828 (patch)
treee37a0d03dbdcf10de2b0ed0d037ef48f248c09de /src
parent5f2f94367d366613426925eea30a8549d61280d1 (diff)
downloadgnunet-ca168098bb80966e20ed2d9e18289f3afd14d828.tar.gz
gnunet-ca168098bb80966e20ed2d9e18289f3afd14d828.zip
improve configure messages for rest and reclaim
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/reclaim/Makefile.am7
2 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 16df77fb4..c769ac5af 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,8 +61,6 @@ endif
61if HAVE_MHD 61if HAVE_MHD
62if HAVE_JSON 62if HAVE_JSON
63 REST_DIR = rest 63 REST_DIR = rest
64 RECLAIM_DIR = \
65 reclaim
66endif 64endif
67endif 65endif
68 66
@@ -120,6 +118,6 @@ SUBDIRS = \
120 exit \ 118 exit \
121 pt \ 119 pt \
122 secretsharing \ 120 secretsharing \
123 $(RECLAIM_DIR) \ 121 reclaim \
124 $(EXP_DIR) \ 122 $(EXP_DIR) \
125 integration-tests 123 integration-tests
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 = \