gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 01/03: REGEX: Fix tests missing link against libgnunetstatistic


From: gnunet
Subject: [gnunet] 01/03: REGEX: Fix tests missing link against libgnunetstatistics
Date: Sat, 07 Jan 2023 08:16:05 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit d608fc49e8a9470b462f2119203c37d152229d47
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Jan 7 11:16:29 2023 +0900

    REGEX: Fix tests missing link against libgnunetstatistics
---
 src/regex/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 328efcd0a..a6c9c0903 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -149,6 +149,7 @@ test_regex_eval_api_SOURCES = \
 test_regex_eval_api_LDADD = -lm \
   $(top_builddir)/src/dht/libgnunetdht.la \
   libgnunetregexblock.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_integration_SOURCES = \
@@ -170,6 +171,7 @@ test_regex_iterate_api_SOURCES = \
 test_regex_iterate_api_LDADD = -lm \
   libgnunetregexblock.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_proofs_SOURCES = \
@@ -177,6 +179,7 @@ test_regex_proofs_SOURCES = \
 test_regex_proofs_LDADD = -lm \
   $(top_builddir)/src/dht/libgnunetdht.la \
   libgnunetregexblock.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_graph_api_SOURCES = \
@@ -184,6 +187,7 @@ test_regex_graph_api_SOURCES = \
 test_regex_graph_api_LDADD = -lm \
   $(top_builddir)/src/dht/libgnunetdht.la \
   libgnunetregexblock.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]