diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-05-06 11:55:04 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-05-06 11:55:04 +0200 |
commit | b089b3c07cb9a38f18e58225d93e1335f24ced17 (patch) | |
tree | 8df17078d46333d25140a72e4e9c3719085465f7 /src/reclaim/Makefile.am | |
parent | 331a6079913db5e630c113b0e022c9587499d177 (diff) |
introduce have_rest; fix warnings
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r-- | src/reclaim/Makefile.am | 4 |
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 endif -if HAVE_MHD -if HAVE_JSON +if HAVE_REST REST_PLUGIN = \ libgnunet_plugin_rest_openid_connect.la \ libgnunet_plugin_rest_reclaim.la endif -endif if HAVE_JSON ATTESTATION_PLUGIN = \ |