summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-22 02:25:46 +0300
committerAlon Levy <alevy@redhat.com>2011-07-23 00:55:03 +0300
commit51003b11a0ad3ecccdb07319398ca7fb43af5271 (patch)
tree2a5899453d621f9fc3894d0ba7f10914e27c762d
parentfa1700964a3da4cba85f61f4f563d39d09cd4cd4 (diff)
xspice: fix make distcheck
-rw-r--r--Makefile.am6
-rw-r--r--src/Makefile.am5
2 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 736b3c3..c19e659 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,3 +30,9 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = \
+ README \
+ README.xspice
+
+DISTCHECK_CONFIGURE_FLAGS=--enable-xspice
diff --git a/src/Makefile.am b/src/Makefile.am
index 1777d56..2695614 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -64,10 +64,15 @@ spiceqxl_drv_la_SOURCES = \
spiceqxl_spice_server.c \
spiceqxl_spice_server.h \
spiceqxl_io_port.c \
+ spiceqxl_io_port.h \
spiceqxl_driver.c \
+ spiceqxl_driver.h \
spiceqxl_main_loop.c \
+ spiceqxl_main_loop.h \
spiceqxl_display.c \
+ spiceqxl_display.h \
spiceqxl_inputs.c \
+ spiceqxl_inputs.h \
qxl_driver.c \
qxl_image.c \
qxl_surface.c \