From bfba2971bc3363ad6bd1dfeea5ce002b93431db7 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Tue, 5 Jan 2010 22:44:11 +0200 Subject: spice: client: Makefile.am: add missing files to file-list (subdir config) The follwing files exist in client directory but not in RED_COMMON_SRCS, thus they are not part of distribution tarball (make dist). Adding them fixes building the spice client out of a distribution tarball. Those files are: icon.h process_loop.h red_gdi_canvas.cpp red_gdi_canvas.h red_pixmap_gdi.h gdi_canvas.cpp Similarly, the following files were added to spicec_SOURCES in client/x11/Makefile.am: event_sources_p.h --- client/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am index cb80895f..f30408c3 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -48,6 +48,7 @@ RED_COMMON_SRCS = \ platform.h \ playback_channel.cpp \ process_loop.cpp \ + process_loop.h \ quic.cpp \ read_write_mutex.h \ record_channel.cpp \ @@ -77,6 +78,12 @@ RED_COMMON_SRCS = \ threads.h \ utils.cpp \ utils.h \ + icon.h \ + event_sources.h \ + red_gdi_canvas.cpp \ + red_gdi_canvas.h \ + red_pixmap_gdi.h \ + gdi_canvas.cpp \ $(NULL) EXTRA_DIST = $(RED_COMMON_SRCS) -- cgit