[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: |
Mon, 23 Sep 2024 13:53:41 +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 a8dd3f873 - fix ftbfs
a8dd3f873 is described below
commit a8dd3f873d1d139ee0467bc3db4f68b2c36fa820
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Sep 23 13:50:01 2024 +0200
- fix ftbfs
---
src/service/transport/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/service/transport/Makefile.am
b/src/service/transport/Makefile.am
index 604fb4948..5a14b90cb 100644
--- a/src/service/transport/Makefile.am
+++ b/src/service/transport/Makefile.am
@@ -141,6 +141,7 @@ gnunet_communicator_tcp_LDADD = \
$(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
$(top_builddir)/src/service/nat/libgnunetnatnew.la \
$(top_builddir)/src/service/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/lib/hello/libgnunethello.la \
$(top_builddir)/src/lib/util/libgnunetutil.la \
$(LIBGCRYPT_LIBS)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated: - fix ftbfs,
gnunet <=