[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:56:03 +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 3b07a4062 - fix ftbfs
3b07a4062 is described below
commit 3b07a406245cf99899cf4937c19fc02fab526eda
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Sep 23 13:55:52 2024 +0200
- fix ftbfs
---
src/service/fs/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/service/fs/Makefile.am b/src/service/fs/Makefile.am
index 15e73f496..fc8ef3da8 100644
--- a/src/service/fs/Makefile.am
+++ b/src/service/fs/Makefile.am
@@ -96,6 +96,7 @@ gnunet_service_fs_LDADD = \
$(top_builddir)/src/service/statistics/libgnunetstatistics.la \
$(top_builddir)/src/service/cadet/libgnunetcadet.la \
$(top_builddir)/src/service/core/libgnunetcore.la \
+ $(top_builddir)/src/lib/hello/libgnunethello.la \
$(top_builddir)/src/lib/util/libgnunetutil.la \
$(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
$(GN_LIBINTL) -lm
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.