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: pull-nvme-20200902~11684 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d9b73e47a3d596c5b33802597ec5bd91ef3348e2;p=qemu-nvme.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 cc5fc45db3..221fbd8e5b 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