[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: !tarball fix makefile errors
From: |
gnunet |
Subject: |
[gnunet] branch master updated: !tarball fix makefile errors |
Date: |
Mon, 23 Oct 2023 09:40:05 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new c273f8675 !tarball fix makefile errors
c273f8675 is described below
commit c273f8675f375d31072955a22e09ec9b5fb1a97e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 23 09:40:01 2023 +0200
!tarball fix makefile errors
---
src/service/rest/Makefile.am | 4 ++--
1 file 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
OPENID_PLUGIN = \
openid_plugin.c \
openid_plugin.h \
- oidc_helper.c
+ oidc_helper.c \
oidc_helper.h
OPENID_JOSE_LIBS = -ljose
endif
@@ -46,7 +46,7 @@ gnunet_rest_server_SOURCES = \
gns_plugin.c \
gns_plugin.h \
$(OPENID_PLUGIN) \
- reclaim_plugin.c json_reclaim.c
+ reclaim_plugin.c json_reclaim.c \
reclaim_plugin.h json_reclaim.h
gnunet_rest_server_LDADD = \
$(top_builddir)/src/lib/util/libgnunetutil.la \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: !tarball fix makefile errors,
gnunet <=