From: Corentin Chary Date: Tue, 1 Jun 2010 21:05:44 +0000 (+0200) Subject: vnc: add missing target for vnc-encodings-*.o X-Git-Tag: v0.13.0-rc0~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b73e47a3d596c5b33802597ec5bd91ef3348e2;p=thirdparty%2Fqemu.git vnc: add missing target for vnc-encodings-*.o vnc-encodings-*.c dependencies where missing. Signed-off-by: Corentin Chary Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index cc5fc45db3d..221fbd8e5bb 100644 --- a/Makefile +++ b/Makefile @@ -120,11 +120,11 @@ 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-zlib.o: vnc-encoding-zlib.c vnc.h -vnc-encoding-hextile.o: vnc.h +vnc-encoding-hextile.o: vnc-encoding-hextile.c vnc.h -vnc-encoding-tight.o: vnc.h vnc-encoding-tight.h +vnc-encoding-tight.o: vnc-encoding-tight.c vnc.h vnc-encoding-tight.h curses.o: curses.c keymaps.h curses_keys.h