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>
This commit is contained in:
Christophe Fergeau 2015-09-01 15:01:11 +02:00 committed by Frediano Ziglio
parent 59f09e6968
commit 92c618f536

View File

@ -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 \