[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix ftbfs
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix ftbfs |
Date: |
Tue, 06 Aug 2024 12:03:22 +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 6c28170c7 -fix ftbfs
6c28170c7 is described below
commit 6c28170c7dd13c454a4804d6a17a216edb264685
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Aug 6 12:03:18 2024 +0200
-fix ftbfs
---
src/cli/core/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/cli/core/Makefile.am b/src/cli/core/Makefile.am
index 97abf0db2..afaaed1fc 100644
--- a/src/cli/core/Makefile.am
+++ b/src/cli/core/Makefile.am
@@ -19,6 +19,8 @@ gnunet_core_SOURCES = \
gnunet-core.c
gnunet_core_LDADD = \
$(top_builddir)/src/service/core/libgnunetcore.la \
+ $(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
+ $(top_builddir)/src/lib/hello/libgnunethello.la
$(top_builddir)/src/lib/util/libgnunetutil.la
gnunet_core_LDFLAGS = \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated: -fix ftbfs,
gnunet <=