aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-06 08:40:57 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-06 08:40:57 +0200
commit68a06a9a5eb91ebc5ace517d8ff4bac8de96260f (patch)
tree4fc10f9a4c6cf32276fb38baaafad3dd1acfdf8d /src/fs
parentd177039ea0ab26d10a1bf5dd9b191eba6139cb0e (diff)
downloadgnunet-68a06a9a5eb91ebc5ace517d8ff4bac8de96260f.tar.gz
gnunet-68a06a9a5eb91ebc5ace517d8ff4bac8de96260f.zip
BUILD: Fix dist
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 046105589..83dd8e1bf 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -219,13 +219,13 @@ libgnunet_plugin_block_fs_la_LIBADD = \
219libgnunet_plugin_block_fs_la_LDFLAGS = \ 219libgnunet_plugin_block_fs_la_LDFLAGS = \
220 $(GN_PLUGIN_LDFLAGS) 220 $(GN_PLUGIN_LDFLAGS)
221 221
222if HAVE_BENCHMARKS 222#if HAVE_BENCHMARKS
223 FS_BENCHMARKS = \ 223# FS_BENCHMARKS = \
224 perf_gnunet_service_fs_p2p \ 224# perf_gnunet_service_fs_p2p \
225 perf_gnunet_service_fs_p2p_dht \ 225# perf_gnunet_service_fs_p2p_dht \
226 perf_gnunet_service_fs_p2p_index \ 226# perf_gnunet_service_fs_p2p_index \
227 perf_gnunet_service_fs_p2p_respect 227# perf_gnunet_service_fs_p2p_respect
228endif 228#endif
229 229
230check_PROGRAMS = \ 230check_PROGRAMS = \
231 test_plugin_block_fs \ 231 test_plugin_block_fs \
@@ -252,8 +252,6 @@ check_PROGRAMS = \
252 test_fs_uri \ 252 test_fs_uri \
253 test_fs_meta_data \ 253 test_fs_meta_data \
254 test_gnunet_service_fs_migration \ 254 test_gnunet_service_fs_migration \
255 test_gnunet_service_fs_p2p \
256 test_gnunet_service_fs_p2p_cadet \
257 $(FS_BENCHMARKS) 255 $(FS_BENCHMARKS)
258 256
259test_plugin_block_fs_SOURCES = \ 257test_plugin_block_fs_SOURCES = \