aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 2c20c5904..fac89e38d 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -183,8 +183,8 @@ test_regex_iterate_api_SOURCES = \
183 test_regex_iterate_api.c 183 test_regex_iterate_api.c
184test_regex_iterate_api_LDADD = -lm \ 184test_regex_iterate_api_LDADD = -lm \
185 $(top_builddir)/src/regex/libgnunetregex_internal.a \ 185 $(top_builddir)/src/regex/libgnunetregex_internal.a \
186 $(top_builddir)/src/dht/libgnunetdht.la \
187 $(top_builddir)/src/regex/libgnunetregexblock.la \ 186 $(top_builddir)/src/regex/libgnunetregexblock.la \
187 $(top_builddir)/src/dht/libgnunetdht.la \
188 $(top_builddir)/src/util/libgnunetutil.la 188 $(top_builddir)/src/util/libgnunetutil.la
189 189
190test_regex_proofs_SOURCES = \ 190test_regex_proofs_SOURCES = \