aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 00:07:09 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 00:07:09 +0200
commit62853641f7ddb1e1b52b105c48039b3c65f36a32 (patch)
tree51169fb62550973a321b08923a832fadcb4674cb /src
parent9cbc1f9c76ae5de5bcfdc15f935cd04200c0e013 (diff)
downloadgnunet-62853641f7ddb1e1b52b105c48039b3c65f36a32.tar.gz
gnunet-62853641f7ddb1e1b52b105c48039b3c65f36a32.zip
-fix FTBFS for seti
Diffstat (limited to 'src')
-rw-r--r--src/seti/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seti/Makefile.am b/src/seti/Makefile.am
index d96ffff03..b4980b670 100644
--- a/src/seti/Makefile.am
+++ b/src/seti/Makefile.am
@@ -70,7 +70,7 @@ test_seti_api_SOURCES = \
70test_seti_api_LDADD = \ 70test_seti_api_LDADD = \
71 $(top_builddir)/src/util/libgnunetutil.la \ 71 $(top_builddir)/src/util/libgnunetutil.la \
72 $(top_builddir)/src/testing/libgnunettesting.la \ 72 $(top_builddir)/src/testing/libgnunettesting.la \
73 libgnunetset.la 73 libgnunetseti.la
74 74
75plugin_LTLIBRARIES = \ 75plugin_LTLIBRARIES = \
76 libgnunet_plugin_block_seti_test.la 76 libgnunet_plugin_block_seti_test.la