summaryrefslogtreecommitdiffstats
path: root/block/export/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'block/export/meson.build')
-rw-r--r--block/export/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/export/meson.build b/block/export/meson.build
index 135b356775..0a08e384c7 100644
--- a/block/export/meson.build
+++ b/block/export/meson.build
@@ -3,3 +3,5 @@ blockdev_ss.add(files('export.c'))
if have_vhost_user_blk_server
blockdev_ss.add(files('vhost-user-blk-server.c'))
endif
+
+blockdev_ss.add(when: fuse, if_true: files('fuse.c'))