gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - fix dist


From: gnunet
Subject: [gnunet] branch master updated: - fix dist
Date: Sat, 15 Jan 2022 09:14:35 +0100

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 56b8101fe - fix dist
56b8101fe is described below

commit 56b8101fe913c113fdb9fa2f9149861752bbea12
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Jan 15 09:14:26 2022 +0100

    - fix dist
---
 src/reclaim/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index a0150a3b9..a8300d6af 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -150,7 +150,8 @@ libgnunet_plugin_reclaim_attribute_basic_la_LDFLAGS = \
 if HAVE_PABC
 libgnunet_plugin_reclaim_credential_pabc_la_SOURCES = \
   plugin_reclaim_credential_pabc.c \
-  pabc_helper.c
+  pabc_helper.c \
+       pabc_helper.h
 libgnunet_plugin_reclaim_credential_pabc_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetreclaim.la \
@@ -190,7 +191,8 @@ test_reclaim_attribute_LDADD = \
 
 gnunet_did_SOURCES = \
        gnunet-did.c \
-  did_misc.c
+  did_misc.c \
+       did.h
 gnunet_did_LDADD = \
        $(top_builddir)/src/util/libgnunetutil.la \
        $(top_builddir)/src/gns/libgnunetgns.la \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]