summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-14 16:11:04 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:11 +0200
commit0cca1ed2af3f74ec6519382c2d52dbfaa9762700 (patch)
treebef026a18f905b74e8158d084e03f5e5ad484423 /server/Makefile.am
parent1a0b3fbdbb4d0c0cb54415e361dcd2af164ecdd7 (diff)
downloadspice-0cca1ed2af3f74ec6519382c2d52dbfaa9762700.tar.gz
spice-0cca1ed2af3f74ec6519382c2d52dbfaa9762700.tar.xz
spice-0cca1ed2af3f74ec6519382c2d52dbfaa9762700.zip
Add SpiceMarshaller for easy marshalling
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 8d936183..ff97a40a 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -31,6 +31,7 @@ COMMON_SRCS = \
$(top_srcdir)/common/lz.c \
$(top_srcdir)/common/canvas_utils.c \
$(top_srcdir)/common/mem.c \
+ $(top_srcdir)/common/marshaller.c \
$(NULL)
lib_LTLIBRARIES = libspice-server.la