mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-31 02:41:50 +00:00
This file was used by the old client to hold return error codes. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Snir Sheriber <ssheribe@redhat.com>
22 lines
399 B
Meson
22 lines
399 B
Meson
spice_protocol_headers = [
|
|
'barrier.h',
|
|
'controller_prot.h',
|
|
'end-packed.h',
|
|
'enums.h',
|
|
'foreign_menu_prot.h',
|
|
'ipc_ring.h',
|
|
'macros.h',
|
|
'protocol.h',
|
|
'qxl_dev.h',
|
|
'qxl_windows.h',
|
|
'start-packed.h',
|
|
'stats.h',
|
|
'types.h',
|
|
'vd_agent.h',
|
|
'vdi_dev.h',
|
|
'stream-device.h',
|
|
]
|
|
|
|
install_headers(spice_protocol_headers,
|
|
subdir : join_paths('spice-1', 'spice'))
|