summaryrefslogtreecommitdiff
path: root/Makefile
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
commitaaca64a8c6c0571a1596875ff2ef18cefdd110f4 (patch)
tree2db99d7e74ce21b01f3f46bcf695a2e330ec4488 /Makefile
parenta7b971291b34d4bc228cbed2d4bf1a41e44e7597 (diff)
downloadqemu-aaca64a8c6c0571a1596875ff2ef18cefdd110f4.tar.gz
qemu-aaca64a8c6c0571a1596875ff2ef18cefdd110f4.tar.bz2
qemu-aaca64a8c6c0571a1596875ff2ef18cefdd110f4.zip
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')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 18e736813f..eb9e02b7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,10 @@ vnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
+vnc-encoding-zlib.o: vnc.h
+
+vnc-encoding-hextile.o: vnc.h
+
curses.o: curses.c keymaps.h curses_keys.h
bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)