diff options
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r-- | src/fs/Makefile.am | 6 |
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 plugin_LTLIBRARIES = \ libgnunet_plugin_block_fs.la -if HAVE_TESTING noinst_LIBRARIES = libgnunetfstest.a -endif libgnunetfs_la_SOURCES = \ fs_api.c fs_api.h fs.h \ @@ -71,11 +69,9 @@ libexec_PROGRAMS = \ gnunet-helper-fs-publish \ gnunet-service-fs -if HAVE_TESTING noinst_PROGRAMS = \ gnunet-fs-profiler \ gnunet-daemon-fsprofiler -endif bin_PROGRAMS = \ gnunet-auto-share \ @@ -230,7 +226,6 @@ if HAVE_BENCHMARKS perf_gnunet_service_fs_p2p_respect endif -if HAVE_TESTING check_PROGRAMS = \ test_plugin_block_fs \ test_fs_directory \ @@ -258,7 +253,6 @@ check_PROGRAMS = \ test_gnunet_service_fs_p2p \ test_gnunet_service_fs_p2p_cadet \ $(FS_BENCHMARKS) -endif test_plugin_block_fs_SOURCES = \ test_plugin_block_fs.c |