summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-09-01 15:01:11 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-09-01 14:21:04 +0100
commit92c618f5364cee12117183eb0add2aacb2cdc381 (patch)
treeceaab40054c55306e81776ddca9607bb31aef841 /server/Makefile.am
parent59f09e69689068b8ce97807cf592faab1c848e92 (diff)
downloadspice-92c618f5364cee12117183eb0add2aacb2cdc381.tar.gz
spice-92c618f5364cee12117183eb0add2aacb2cdc381.tar.xz
spice-92c618f5364cee12117183eb0add2aacb2cdc381.zip
build-sys: Add missing header files to _SOURCES
2 newly-added header files were not added to _SOURCES, breaking make distcheck. Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index f1da60b8..fad1cbce 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -101,7 +101,9 @@ libspice_server_la_SOURCES = \
red_memslots.h \
red_parse_qxl.c \
red_record_qxl.c \
+ red_record_qxl.h \
red_replay_qxl.c \
+ red_replay_qxl.h \
red_parse_qxl.h \
red_time.h \
red_worker.c \