[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/04: add dependency lib
From: |
gnunet |
Subject: |
[gnunet] 01/04: add dependency lib |
Date: |
Thu, 29 Jul 2021 17:26:44 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository gnunet.
commit d64c03e31e42c83a38e25a633593c3179930385f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 11:14:01 2021 -0400
add dependency lib
* src/regex/Makefile.am (gnunet_regex_profiler_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/regex/Makefile.am | 1 +
1 file changed, 1 insertion(+)
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 \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.