[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: !tarball autotools is great
From: |
gnunet |
Subject: |
[gnunet] branch master updated: !tarball autotools is great |
Date: |
Mon, 23 Oct 2023 09:37:06 +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 eddc52bab !tarball autotools is great
eddc52bab is described below
commit eddc52baba16bfdb8807b74c7a1e5616c9568766
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 23 09:37:01 2023 +0200
!tarball autotools is great
---
src/service/rest/Makefile.am | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/service/rest/Makefile.am b/src/service/rest/Makefile.am
index 60769e366..3cb56c1d4 100644
--- a/src/service/rest/Makefile.am
+++ b/src/service/rest/Makefile.am
@@ -27,19 +27,27 @@ EXTRA_DIST = \
if HAVE_JOSE
OPENID_PLUGIN = \
openid_plugin.c \
+ openid_plugin.h \
oidc_helper.c
+ oidc_helper.h
OPENID_JOSE_LIBS = -ljose
endif
gnunet_rest_server_SOURCES = \
gnunet-rest-server.c \
config_plugin.c \
+ config_plugin.h \
copying_plugin.c \
+ copying_plugin.h \
identity_plugin.c \
+ identity_plugin.h \
namestore_plugin.c \
+ namestore_plugin.h \
gns_plugin.c \
+ gns_plugin.h \
$(OPENID_PLUGIN) \
reclaim_plugin.c json_reclaim.c
+ reclaim_plugin.h json_reclaim.h
gnunet_rest_server_LDADD = \
$(top_builddir)/src/lib/util/libgnunetutil.la \
$(top_builddir)/src/lib/json/libgnunetjson.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 autotools is great,
gnunet <=