[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:04:26 +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 281e8abbd add dependency lib
281e8abbd is described below
commit 281e8abbdd96ca5c56fefe98e19f993052fd2a02
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 10:58:59 2021 -0400
add dependency lib
* src/nse/Makefile.am (gnunet_nse_profiler_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/nse/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 85ae4d3be..824aa10d4 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -47,6 +47,7 @@ gnunet_nse_profiler_LDADD = -lm \
libgnunetnse.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.