aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-07 11:16:29 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-07 11:16:29 +0900
commitd608fc49e8a9470b462f2119203c37d152229d47 (patch)
tree9db5aa9cdeef875223302ebc6fff8139eb290b7d /src
parent46056676440a0f6d100169f780d6b9ecf960a56f (diff)
downloadgnunet-d608fc49e8a9470b462f2119203c37d152229d47.tar.gz
gnunet-d608fc49e8a9470b462f2119203c37d152229d47.zip
REGEX: Fix tests missing link against libgnunetstatistics
Diffstat (limited to 'src')
-rw-r--r--src/regex/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 = \
149test_regex_eval_api_LDADD = -lm \ 149test_regex_eval_api_LDADD = -lm \
150 $(top_builddir)/src/dht/libgnunetdht.la \ 150 $(top_builddir)/src/dht/libgnunetdht.la \
151 libgnunetregexblock.la \ 151 libgnunetregexblock.la \
152 $(top_builddir)/src/statistics/libgnunetstatistics.la \
152 $(top_builddir)/src/util/libgnunetutil.la 153 $(top_builddir)/src/util/libgnunetutil.la
153 154
154test_regex_integration_SOURCES = \ 155test_regex_integration_SOURCES = \
@@ -170,6 +171,7 @@ test_regex_iterate_api_SOURCES = \
170test_regex_iterate_api_LDADD = -lm \ 171test_regex_iterate_api_LDADD = -lm \
171 libgnunetregexblock.la \ 172 libgnunetregexblock.la \
172 $(top_builddir)/src/dht/libgnunetdht.la \ 173 $(top_builddir)/src/dht/libgnunetdht.la \
174 $(top_builddir)/src/statistics/libgnunetstatistics.la \
173 $(top_builddir)/src/util/libgnunetutil.la 175 $(top_builddir)/src/util/libgnunetutil.la
174 176
175test_regex_proofs_SOURCES = \ 177test_regex_proofs_SOURCES = \
@@ -177,6 +179,7 @@ test_regex_proofs_SOURCES = \
177test_regex_proofs_LDADD = -lm \ 179test_regex_proofs_LDADD = -lm \
178 $(top_builddir)/src/dht/libgnunetdht.la \ 180 $(top_builddir)/src/dht/libgnunetdht.la \
179 libgnunetregexblock.la \ 181 libgnunetregexblock.la \
182 $(top_builddir)/src/statistics/libgnunetstatistics.la \
180 $(top_builddir)/src/util/libgnunetutil.la 183 $(top_builddir)/src/util/libgnunetutil.la
181 184
182test_regex_graph_api_SOURCES = \ 185test_regex_graph_api_SOURCES = \
@@ -184,6 +187,7 @@ test_regex_graph_api_SOURCES = \
184test_regex_graph_api_LDADD = -lm \ 187test_regex_graph_api_LDADD = -lm \
185 $(top_builddir)/src/dht/libgnunetdht.la \ 188 $(top_builddir)/src/dht/libgnunetdht.la \
186 libgnunetregexblock.la \ 189 libgnunetregexblock.la \
190 $(top_builddir)/src/statistics/libgnunetstatistics.la \
187 $(top_builddir)/src/util/libgnunetutil.la 191 $(top_builddir)/src/util/libgnunetutil.la
188 192
189 193