mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
meson: convert block
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
848e8ff677
commit
5e5733e599
15 changed files with 231 additions and 106 deletions
|
@ -1 +0,0 @@
|
|||
block-obj-y += server.o client.o common.o
|
5
nbd/meson.build
Normal file
5
nbd/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
block_ss.add(files(
|
||||
'client.c',
|
||||
'common.c',
|
||||
'server.c',
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue