aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-23 09:40:01 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-23 09:40:01 +0200
commitc273f8675f375d31072955a22e09ec9b5fb1a97e (patch)
treeab77571dec1c7a80bfa572c87e92a039abdd4abb
parenteddc52baba16bfdb8807b74c7a1e5616c9568766 (diff)
downloadgnunet-c273f8675f375d31072955a22e09ec9b5fb1a97e.tar.gz
gnunet-c273f8675f375d31072955a22e09ec9b5fb1a97e.zip
!tarball fix makefile errors
-rw-r--r--src/service/rest/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/rest/Makefile.am b/src/service/rest/Makefile.am
index 3cb56c1d4..69c0235cc 100644
--- a/src/service/rest/Makefile.am
+++ b/src/service/rest/Makefile.am
@@ -28,7 +28,7 @@ if HAVE_JOSE
28OPENID_PLUGIN = \ 28OPENID_PLUGIN = \
29 openid_plugin.c \ 29 openid_plugin.c \
30 openid_plugin.h \ 30 openid_plugin.h \
31 oidc_helper.c 31 oidc_helper.c \
32 oidc_helper.h 32 oidc_helper.h
33OPENID_JOSE_LIBS = -ljose 33OPENID_JOSE_LIBS = -ljose
34endif 34endif
@@ -46,7 +46,7 @@ gnunet_rest_server_SOURCES = \
46 gns_plugin.c \ 46 gns_plugin.c \
47 gns_plugin.h \ 47 gns_plugin.h \
48 $(OPENID_PLUGIN) \ 48 $(OPENID_PLUGIN) \
49 reclaim_plugin.c json_reclaim.c 49 reclaim_plugin.c json_reclaim.c \
50 reclaim_plugin.h json_reclaim.h 50 reclaim_plugin.h json_reclaim.h
51gnunet_rest_server_LDADD = \ 51gnunet_rest_server_LDADD = \
52 $(top_builddir)/src/lib/util/libgnunetutil.la \ 52 $(top_builddir)/src/lib/util/libgnunetutil.la \