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:
Marc-André Lureau 2019-08-29 22:34:43 +04:00 committed by Paolo Bonzini
parent 848e8ff677
commit 5e5733e599
15 changed files with 231 additions and 106 deletions

View file

@ -1 +0,0 @@
block-obj-y += server.o client.o common.o

5
nbd/meson.build Normal file
View file

@ -0,0 +1,5 @@
block_ss.add(files(
'client.c',
'common.c',
'server.c',
))