aboutsummaryrefslogtreecommitdiff
path: root/src/service/rest/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/rest/meson.build')
-rw-r--r--src/service/rest/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/service/rest/meson.build b/src/service/rest/meson.build
index 347cbb852..1ccb89796 100644
--- a/src/service/rest/meson.build
+++ b/src/service/rest/meson.build
@@ -6,12 +6,14 @@ gnunetservicerest_src = ['gnunet-rest-server.c',
6 'identity_plugin.c', 6 'identity_plugin.c',
7 'namestore_plugin.c', 7 'namestore_plugin.c',
8 'gns_plugin.c', 8 'gns_plugin.c',
9 'openid_plugin.c',
10 'oidc_helper.c',
11 'json_reclaim.c', 9 'json_reclaim.c',
12 'reclaim_plugin.c', 10 'reclaim_plugin.c',
13 ] 11 ]
14 12
13if jose_dep.found()
14 gnunetservicerest_src += ['oidc_helper.c', 'openid_plugin.c']
15endif
16
15configure_file(input : 'rest.conf', 17configure_file(input : 'rest.conf',
16 output : 'rest.conf', 18 output : 'rest.conf',
17 configuration : cdata, 19 configuration : cdata,