Add red_time.h to Makefile.am

This file was added in bc50ff076 a few months ago, but is not listed
in Makefile.am, and thus not part of tarballs. However, it's being included
from other C files, so not having it causes compilation breakage.
This commit is contained in:
Christophe Fergeau 2013-12-11 16:43:26 +01:00
parent 74300144f8
commit 1b77a2c073

View File

@ -83,6 +83,7 @@ libspice_server_la_SOURCES = \
red_memslots.h \
red_parse_qxl.c \
red_parse_qxl.h \
red_time.h \
red_worker.c \
red_worker.h \
reds.c \