diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-16 10:32:00 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-18 20:27:32 +0200 |
commit | 13026676627887a7d85abb49a0468150ac75ebe6 (patch) | |
tree | 75db55fe1d1822d6a2910431334c083bf94d5af6 /client/x11 | |
parent | d9772344e60d9930ab35b7e88d4fd491314175d1 (diff) | |
download | spice-13026676627887a7d85abb49a0468150ac75ebe6.tar.gz spice-13026676627887a7d85abb49a0468150ac75ebe6.tar.xz spice-13026676627887a7d85abb49a0468150ac75ebe6.zip |
Generate and link marshallers into client
Diffstat (limited to 'client/x11')
-rw-r--r-- | client/x11/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 82a08dd1..cbc9c529 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -39,6 +39,9 @@ RED_COMMON_SRCS = \ $(CLIENT_DIR)/cache.hpp \ $(CLIENT_DIR)/demarshallers.h \ $(CLIENT_DIR)/generated_demarshallers.cpp \ + $(CLIENT_DIR)/marshaller.cpp \ + $(CLIENT_DIR)/generated_marshallers.h \ + $(CLIENT_DIR)/generated_marshallers.cpp \ $(CLIENT_DIR)/sw_canvas.cpp \ $(CLIENT_DIR)/canvas.cpp \ $(CLIENT_DIR)/canvas.h \ |