summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-09 16:35:14 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-09 16:51:52 +0200
commit34fb3f680618b8735322462bd692fb2923ea3027 (patch)
tree6d548b51eb13370ad0493bcb48a3aae9ef405a94 /server/Makefile.am
parenta3700a1bfbb3006b83d8513a5e4c598d6443f2c3 (diff)
downloadspice-34fb3f680618b8735322462bd692fb2923ea3027.tar.gz
spice-34fb3f680618b8735322462bd692fb2923ea3027.tar.xz
spice-34fb3f680618b8735322462bd692fb2923ea3027.zip
Split out the memslot stuff from red_worker.c to its own files
This is required so that we can have code in other files that does address validation.
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 5c4524a5..f1211689 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -74,6 +74,8 @@ libspice_server_la_SOURCES = \
red_common.h \
red_dispatcher.c \
red_dispatcher.h \
+ red_memslots.c \
+ red_memslots.h \
reds.c \
reds.h \
stat.h \