[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated (6212bce41 -> afefba9c9)
From: |
gnunet |
Subject: |
[gnunet] branch master updated (6212bce41 -> afefba9c9) |
Date: |
Thu, 29 Jul 2021 17:26:43 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a change to branch master
in repository gnunet.
from 6212bce41 config: restrict directives in files loaded via
@inline-secret@
new d64c03e31 add dependency lib
new 4fcc8069d add dependency lib
new d48374b55 add dependency lib
new afefba9c9 add dependency lib
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/consensus/Makefile.am | 1 +
src/fs/Makefile.am | 1 +
src/regex/Makefile.am | 1 +
src/secretsharing/Makefile.am | 1 +
4 files changed, 4 insertions(+)
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 24e685fb9..cf1d32e74 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -40,6 +40,7 @@ gnunet_consensus_profiler_SOURCES = \
gnunet_consensus_profiler_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
libgnunetconsensus.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(GN_LIBINTL)
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 25590c6f7..2400d412e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -105,6 +105,7 @@ endif
gnunet_fs_profiler_SOURCES = \
gnunet-fs-profiler.c
gnunet_fs_profiler_LDADD = \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 13413f242..0b55d134f 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -126,6 +126,7 @@ gnunet_regex_profiler_SOURCES = \
gnunet-regex-profiler.c
gnunet_regex_profiler_LDADD = -lm \
$(top_builddir)/src/arm/libgnunetarm.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
libgnunetregex_internal.a \
$(top_builddir)/src/dht/libgnunetdht.la \
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 787cfa0c1..9ae6e7892 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -24,6 +24,7 @@ gnunet_secretsharing_profiler_SOURCES = \
gnunet-secretsharing-profiler.c
gnunet_secretsharing_profiler_LDADD = \
libgnunetsecretsharing.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (6212bce41 -> afefba9c9),
gnunet <=