summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2010-05-03 14:31:34 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-05-03 12:09:47 -0500
commit70a4568fe0c5a64adaa3da5030b7109e5199e692 (patch)
tree2db99d7e74ce21b01f3f46bcf695a2e330ec4488 /Makefile.objs
parentbc47d201d6868a6ad51a5d2f7f946d0e6b33c5ab (diff)
downloadqemu-70a4568fe0c5a64adaa3da5030b7109e5199e692.tar.gz
vnc: split encoding in specific files
This will allow to implement new encodings (tight, zrle, ..) in a cleaner way. This may hurt performances, because some functions like vnc_convert_pixel are not static anymore, but should not be a problem with gcc 4.5 and the new -flto. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 4f65bfbae5..603a8d7909 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -100,6 +100,7 @@ common-obj-y += keymaps.o
common-obj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o
common-obj-$(CONFIG_CURSES) += curses.o
common-obj-y += vnc.o acl.o d3des.o
+common-obj-y += vnc-encoding-zlib.o vnc-encoding-hextile.o
common-obj-y += iov.o
common-obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
common-obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o