summaryrefslogtreecommitdiff
path: root/spice/Makefile.am
blob: 69c99760423ee015e60f7e5e7cc2366a25073c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NULL =

spice_protocol_includedir = $(includedir)/spice-1/spice

spice_protocol_include_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				\
	$(NULL)

EXTRA_DIST = meson.build

-include $(top_srcdir)/git.mk