aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 17:36:36 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 17:36:36 +0200
commitc076a67de45e9214cea48ff74456861e80984d87 (patch)
tree033e2040872e5f52051343009f378b04f3eaa57f /src/fs
parent43ebcad0d712f59bf987dea55c88e6761a1aad5c (diff)
downloadgnunet-c076a67de45e9214cea48ff74456861e80984d87.tar.gz
gnunet-c076a67de45e9214cea48ff74456861e80984d87.zip
BUILD: Meson add testbed option (dysfunct)
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/meson.build b/src/fs/meson.build
index ca0b7ef95..63a5d9a39 100644
--- a/src/fs/meson.build
+++ b/src/fs/meson.build
@@ -55,6 +55,13 @@ libgnunetfs_dep = declare_dependency(link_with : libgnunetfs)
55pkg.generate(libgnunetfs, url: 'https://www.gnunet.org', 55pkg.generate(libgnunetfs, url: 'https://www.gnunet.org',
56 description : 'Provides API for GNUnet File-Sharing service') 56 description : 'Provides API for GNUnet File-Sharing service')
57 57
58shared_module('gnunet_plugin_block_fs',
59 ['plugin_block_fs.c'],
60 dependencies: [libgnunetutil_dep,
61 libgnunetblockgroup_dep],
62 include_directories: [incdir, configuration_inc],
63 install:true,
64 install_dir: get_option('libdir')/'gnunet')
58 65
59executable ('gnunet-search', 66executable ('gnunet-search',
60 'gnunet-search.c', 67 'gnunet-search.c',