aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 5b6ba2376..3d8ec2bac 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -21,9 +21,7 @@ lib_LTLIBRARIES = libgnunetfs.la
21plugin_LTLIBRARIES = \ 21plugin_LTLIBRARIES = \
22 libgnunet_plugin_block_fs.la 22 libgnunet_plugin_block_fs.la
23 23
24if HAVE_TESTING
25noinst_LIBRARIES = libgnunetfstest.a 24noinst_LIBRARIES = libgnunetfstest.a
26endif
27 25
28libgnunetfs_la_SOURCES = \ 26libgnunetfs_la_SOURCES = \
29 fs_api.c fs_api.h fs.h \ 27 fs_api.c fs_api.h fs.h \
@@ -71,11 +69,9 @@ libexec_PROGRAMS = \
71 gnunet-helper-fs-publish \ 69 gnunet-helper-fs-publish \
72 gnunet-service-fs 70 gnunet-service-fs
73 71
74if HAVE_TESTING
75noinst_PROGRAMS = \ 72noinst_PROGRAMS = \
76 gnunet-fs-profiler \ 73 gnunet-fs-profiler \
77 gnunet-daemon-fsprofiler 74 gnunet-daemon-fsprofiler
78endif
79 75
80bin_PROGRAMS = \ 76bin_PROGRAMS = \
81 gnunet-auto-share \ 77 gnunet-auto-share \
@@ -230,7 +226,6 @@ if HAVE_BENCHMARKS
230 perf_gnunet_service_fs_p2p_respect 226 perf_gnunet_service_fs_p2p_respect
231endif 227endif
232 228
233if HAVE_TESTING
234check_PROGRAMS = \ 229check_PROGRAMS = \
235 test_plugin_block_fs \ 230 test_plugin_block_fs \
236 test_fs_directory \ 231 test_fs_directory \
@@ -258,7 +253,6 @@ check_PROGRAMS = \
258 test_gnunet_service_fs_p2p \ 253 test_gnunet_service_fs_p2p \
259 test_gnunet_service_fs_p2p_cadet \ 254 test_gnunet_service_fs_p2p_cadet \
260 $(FS_BENCHMARKS) 255 $(FS_BENCHMARKS)
261endif
262 256
263test_plugin_block_fs_SOURCES = \ 257test_plugin_block_fs_SOURCES = \
264 test_plugin_block_fs.c 258 test_plugin_block_fs.c