summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 17:59:37 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:12:36 +0200
commit5aba28df735644fcdb55cd7c2143bee6e6c8e67d (patch)
tree1441a56c300a3f3365110ab10499ce708944678c /client/windows
parent9728ea7f5c6807b539e2062c94636d3fdc0a0e64 (diff)
downloadspice-5aba28df735644fcdb55cd7c2143bee6e6c8e67d.tar.gz
spice-5aba28df735644fcdb55cd7c2143bee6e6c8e67d.tar.xz
spice-5aba28df735644fcdb55cd7c2143bee6e6c8e67d.zip
mingw32 build: missing linked files for spicec.exe
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/windows/Makefile.am b/client/windows/Makefile.am
index f673afd5..e6fc4419 100644
--- a/client/windows/Makefile.am
+++ b/client/windows/Makefile.am
@@ -49,6 +49,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 \
@@ -56,6 +58,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 \