summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 19:22:39 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 20:20:35 +0200
commitceff16cad6a9191d634b83b2914096e7564924e7 (patch)
treefa6099ae210a4da9e40ae43dbabc86ab73aa9aab /common
parent0c505931dc5cb8edee36d6613cb70946df1ed430 (diff)
downloadspice-ceff16cad6a9191d634b83b2914096e7564924e7.tar.gz
spice-ceff16cad6a9191d634b83b2914096e7564924e7.tar.xz
spice-ceff16cad6a9191d634b83b2914096e7564924e7.zip
Make distcheck work
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am16
-rw-r--r--common/win/my_getopt-1.5/Makefile.test (renamed from common/win/my_getopt-1.5/Makefile)0
2 files changed, 8 insertions, 8 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 5c1d6e07..407de1df 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -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)
diff --git a/common/win/my_getopt-1.5/Makefile b/common/win/my_getopt-1.5/Makefile.test
index 083cc4aa..083cc4aa 100644
--- a/common/win/my_getopt-1.5/Makefile
+++ b/common/win/my_getopt-1.5/Makefile.test