Browse Source
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/96/head
committed by
Paolo Bonzini
8 changed files with 13 additions and 16 deletions
@ -1 +0,0 @@ |
|||
ivshmem-client-obj-y = ivshmem-client.o main.o |
|||
@ -0,0 +1,4 @@ |
|||
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), |
|||
dependencies: glib, |
|||
build_by_default: targetos == 'linux', |
|||
install: false) |
|||
@ -1 +0,0 @@ |
|||
ivshmem-server-obj-y = ivshmem-server.o main.o |
|||
@ -0,0 +1,4 @@ |
|||
executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), |
|||
dependencies: [qemuutil, rt], |
|||
build_by_default: targetos == 'linux', |
|||
install: false) |
|||
Loading…
Reference in new issue