[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: add dependency lib
From: |
gnunet |
Subject: |
[gnunet] branch master updated: add dependency lib |
Date: |
Thu, 29 Jul 2021 17:13:38 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 3f0de2c2d add dependency lib
3f0de2c2d is described below
commit 3f0de2c2d3f51bb84748451167b16cba51049896
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 11:08:10 2021 -0400
add dependency lib
* src/dht/Makefile.am (gnunet_dht_profiler_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/dht/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 2182d1c7f..919eca438 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -112,6 +112,7 @@ gnunet_dht_profiler_LDADD = \
libgnunetdht.la \
$(top_builddir)/src/core/libgnunetcore.la \
$(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la
gnunet_dht_profiler_LDFLAGS = \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.