summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-08-02 09:21:20 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-08-27 09:04:52 +0300
commit70f820ded2817b754947631e542e648e3f7d1d23 (patch)
tree5ce52b5188764a75546c43c7ec41d057775fecbe /server/Makefile.am
parent92f3ee6ed8cf8b6694a2216f30004a3e09445a20 (diff)
downloadspice-70f820ded2817b754947631e542e648e3f7d1d23.tar.gz
spice-70f820ded2817b754947631e542e648e3f7d1d23.tar.xz
spice-70f820ded2817b754947631e542e648e3f7d1d23.zip
seamless-migration: add migration_protocol.h
The file will hold the declarations of the different migration data messages (depending on the channel), that will be passed from the src server to the dst server, via the client, using SPICE_MSG_MIGRATE_DATA.
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 e7b49775..16c8b6d6 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -72,6 +72,7 @@ libspice_server_la_SOURCES = \
red_dispatcher.h \
main_dispatcher.c \
main_dispatcher.h \
+ migration_protocol.h \
red_memslots.c \
red_memslots.h \
red_parse_qxl.c \