summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: 407de1df519ae70cc3ce2cb473c750605e36505d (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SUBDIRS = win

NULL =

COMMON_SRCS =				\
	sw_canvas.h			\
	sw_canvas.c			\
	pixman_utils.h			\
	pixman_utils.c			\
	canvas_base.h			\
	canvas_base.c			\
	canvas_utils.h			\
	canvas_utils.c			\
	draw.h				\
	gdi_canvas.h			\
	gdi_canvas.c			\
	gl_canvas.h			\
	gl_canvas.c			\
	glc.h				\
	glc.c				\
	gl_utils.h			\
	lz_common.h			\
	mutex.h				\
	ogl_ctx.h			\
	ogl_ctx.c			\
	quic.h				\
	quic.c				\
	quic_config.h			\
	rect.h				\
	region.h			\
	region.c			\
	ring.h				\
	rop3.h				\
	rop3.c				\
	lines.h				\
	lines.c				\
	lz.c				\
	lz_compress_tmpl.c		\
	lz_config.h			\
	lz_decompress_tmpl.c		\
	lz.h				\
	marshaller.h			\
	marshaller.c			\
	messages.h			\
	mem.h				\
	mem.c				\
	quic_family_tmpl.c		\
	quic_rgb_tmpl.c			\
	quic_tmpl.c			\
	$(NULL)

EXTRA_DIST = $(COMMON_SRCS)