summaryrefslogtreecommitdiff
path: root/spice/meson.build
blob: 05b2b281a221e78f18f32783a7457359548035c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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'))