[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix abd build
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix abd build |
Date: |
Mon, 13 Dec 2021 17:57:52 +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 6f636000a -fix abd build
6f636000a is described below
commit 6f636000a6bf62b49f780a1bbcd32cdce86bf6a6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Dec 13 17:57:48 2021 +0100
-fix abd build
---
src/abd/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/abd/Makefile.am b/src/abd/Makefile.am
index 304469e22..efd71b061 100644
--- a/src/abd/Makefile.am
+++ b/src/abd/Makefile.am
@@ -51,6 +51,7 @@ libgnunet_plugin_gnsrecord_abd_la_SOURCES = \
libgnunet_plugin_gnsrecord_abd_la_LIBADD = \
libgnunetabd.la \
$(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/identity/libgnunetidentity.la \
$(LTLIBINTL)
libgnunet_plugin_gnsrecord_abd_la_LDFLAGS = \
$(GN_PLUGIN_LDFLAGS)
@@ -64,6 +65,7 @@ gnunet_service_abd_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(top_builddir)/src/gns/libgnunetgns.la \
$(top_builddir)/src/namestore/libgnunetnamestore.la \
+ $(top_builddir)/src/identity/libgnunetidentity.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
$(GN_LIBINTL)
--
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: -fix abd build,
gnunet <=