Make distcheck work

This commit is contained in:
Alexander Larsson 2010-07-08 19:22:39 +02:00
parent a85b48594d
commit 6473932345
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,8 @@
SUBDIRS = win
NULL =
COMMON_SRCS = \
COMMON_SRCS = \
sw_canvas.h \
sw_canvas.c \
pixman_utils.h \
@ -10,6 +12,8 @@ COMMON_SRCS = \
canvas_utils.h \
canvas_utils.c \
draw.h \
gdi_canvas.h \
gdi_canvas.c \
gl_canvas.h \
gl_canvas.c \
glc.h \
@ -22,11 +26,7 @@ COMMON_SRCS = \
quic.h \
quic.c \
quic_config.h \
qxl_dev.h \
rect.h \
red_error_codes.h \
red.h \
reds_stat.h \
region.h \
region.c \
ring.h \
@ -41,12 +41,12 @@ COMMON_SRCS = \
lz.h \
marshaller.h \
marshaller.c \
messages.h \
mem.h \
mem.c \
quic_family_tmpl.c \
quic_rgb_tmpl.c \
quic_tmpl.c \
ipc_ring.h \
vd_agent.h \
quic_tmpl.c \
$(NULL)
EXTRA_DIST = $(COMMON_SRCS)