[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 04/04: add dependency lib
From: |
gnunet |
Subject: |
[gnunet] 04/04: add dependency lib |
Date: |
Thu, 29 Jul 2021 17:26:47 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository gnunet.
commit afefba9c9a35dc3d9ae8c188062a16d5a25eaece
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 11:20:08 2021 -0400
add dependency lib
* src/secretsharing/Makefile.am (gnunet_secretsharing_profiler_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/secretsharing/Makefile.am | 1 +
1 file changed, 1 insertion(+)
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.