aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:12 +0000
commit248fc3245a98731cf6fbb1bf460cd4e2e2d56de8 (patch)
treec0606c24a1c74d5f507d267b03d267a5cfaf4009 /src/regex/Makefile.am
parentc0101989bb0864a3688f57370e712c91c14ab1cd (diff)
downloadgnunet-248fc3245a98731cf6fbb1bf460cd4e2e2d56de8.tar.gz
gnunet-248fc3245a98731cf6fbb1bf460cd4e2e2d56de8.zip
-moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof check into block plugin
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 = \