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 +++++++
 client/x11/Makefile.am |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/client/Makefile.am b/client/Makefile.am
index cb80895..f30408c 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)
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index d8c8363..d497a7b 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -108,6 +108,7 @@ bin_PROGRAMS = spicec
 spicec_SOURCES =                       \
        atomic_count.h                  \
        event_sources_p.cpp             \
+       event_sources_p.h               \
        main.cpp                        \
        named_pipe.h                    \
        named_pipe.cpp                  \
-- 
1.6.5.2


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Spice-space-devel mailing list
Spice-space-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spice-space-devel

Reply via email to