aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
commitb089b3c07cb9a38f18e58225d93e1335f24ced17 (patch)
tree8df17078d46333d25140a72e4e9c3719085465f7 /src/reclaim/Makefile.am
parent331a6079913db5e630c113b0e022c9587499d177 (diff)
downloadgnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.tar.gz
gnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.zip
introduce have_rest; fix warnings
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index b2a4e6bac..6d448cc3c 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -9,13 +9,11 @@ if USE_COVERAGE
9endif 9endif
10 10
11 11
12if HAVE_MHD 12if HAVE_REST
13if HAVE_JSON
14REST_PLUGIN = \ 13REST_PLUGIN = \
15 libgnunet_plugin_rest_openid_connect.la \ 14 libgnunet_plugin_rest_openid_connect.la \
16 libgnunet_plugin_rest_reclaim.la 15 libgnunet_plugin_rest_reclaim.la
17endif 16endif
18endif
19 17
20if HAVE_JSON 18if HAVE_JSON
21ATTESTATION_PLUGIN = \ 19ATTESTATION_PLUGIN = \