[Spice-devel] [PATCH 17/24] mingw32 build: missing linked files for spicec.exe
Alon Levy
alevy at redhat.com
Tue Dec 7 13:28:16 PST 2010
---
client/windows/Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/client/windows/Makefile.am b/client/windows/Makefile.am
index 29c30a7..81f41fc 100644
--- a/client/windows/Makefile.am
+++ b/client/windows/Makefile.am
@@ -50,6 +50,8 @@ RED_COMMON_SRCS = \
$(CLIENT_DIR)/client_net_socket.cpp \
$(CLIENT_DIR)/client_net_socket.h \
$(CLIENT_DIR)/common.h \
+ $(CLIENT_DIR)/controller.cpp \
+ $(CLIENT_DIR)/controller.h \
$(CLIENT_DIR)/cursor_channel.cpp \
$(CLIENT_DIR)/cursor_channel.h \
$(CLIENT_DIR)/cursor.cpp \
@@ -57,6 +59,8 @@ RED_COMMON_SRCS = \
$(CLIENT_DIR)/debug.h \
$(CLIENT_DIR)/display_channel.cpp \
$(CLIENT_DIR)/display_channel.h \
+ $(CLIENT_DIR)/foreign_menu.cpp \
+ $(CLIENT_DIR)/foreign_menu.h \
$(CLIENT_DIR)/glz_decoded_image.h \
$(CLIENT_DIR)/glz_decoder_config.h \
$(CLIENT_DIR)/glz_decoder.cpp \
--
1.7.3.2
More information about the Spice-devel
mailing list