[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:00:33 +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 5277d5cb4 add dependency lib
5277d5cb4 is described below
commit 5277d5cb4288dbe25f72dc59a7a4449d5a83bdda
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 10:55:10 2021 -0400
add dependency lib
* src/ats-tests/Makefile.am ( gnunet_ats_sim_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/ats-tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 543fed287..d515d3e17 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -61,6 +61,7 @@ gnunet_ats_sim_SOURCES = \
gnunet_ats_sim_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(top_builddir)/src/ats-tests/libgnunetatstesting.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(top_builddir)/src/ats/libgnunetats.la \
$(top_builddir)/src/core/libgnunetcore.la \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated: add dependency lib,
gnunet <=