]> Git Repo - qemu.git/blob - nbd/meson.build
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into staging
[qemu.git] / nbd / meson.build
1 block_ss.add(files(
2   'client.c',
3   'client-connection.c',
4   'common.c',
5 ))
6 blockdev_ss.add(files(
7   'server.c',
8 ))
This page took 0.028406 seconds and 4 git commands to generate.