summaryrefslogtreecommitdiff
path: root/spice/Makefile.am
blob: 7b03b3661a7f7f5dc4f46bbb9c8b3a1cbe7eee75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NULL =

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

spice_protocol_include_HEADERS=		\
	barrier.h	\
	draw.h		\
	end-packed.h	\
	enums.h	\
	error_codes.h	\
	ipc_ring.h	\
	protocol.h	\
	macros.h	\
	qxl_dev.h	\
	start-packed.h	\
	stats.h		\
	types.h		\
	vd_agent.h	\
	vdi_dev.h	\
	$(NULL)