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

install_headers(spice_protocol_headers,
                subdir : join_paths('spice-1', 'spice'))