diff options
Diffstat (limited to 'block/export/meson.build')
-rw-r--r-- | block/export/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/export/meson.build b/block/export/meson.build index fffe6b0..9fb4fbf 100644 --- a/block/export/meson.build +++ b/block/export/meson.build @@ -1,2 +1,2 @@ -block_ss.add(files('export.c')) -block_ss.add(when: ['CONFIG_LINUX', 'CONFIG_VHOST_USER'], if_true: files('vhost-user-blk-server.c')) +blockdev_ss.add(files('export.c')) +blockdev_ss.add(when: ['CONFIG_LINUX', 'CONFIG_VHOST_USER'], if_true: files('vhost-user-blk-server.c')) |