From patchwork Tue Jun 1 21:05:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Chary X-Patchwork-Id: 54316 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3EC00B6ED0 for ; Wed, 2 Jun 2010 07:12:49 +1000 (EST) Received: from localhost ([127.0.0.1]:33627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJYlS-0005AU-Eo for incoming@patchwork.ozlabs.org; Tue, 01 Jun 2010 17:12:46 -0400 Received: from [140.186.70.92] (port=46461 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJYeZ-0000BB-Tf for qemu-devel@nongnu.org; Tue, 01 Jun 2010 17:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJYeV-0006hS-23 for qemu-devel@nongnu.org; Tue, 01 Jun 2010 17:05:39 -0400 Received: from iksaif.net ([88.191.73.63]:56794) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJYeU-0006h7-Po for qemu-devel@nongnu.org; Tue, 01 Jun 2010 17:05:34 -0400 Received: from tartiflon (lal69-3-82-241-209-44.fbx.proxad.net [82.241.209.44]) (Authenticated sender: corentincj@iksaif.net) by iksaif.net (Postfix) with ESMTPA id 868BDC90058; Tue, 1 Jun 2010 23:09:36 +0200 (CEST) From: Corentin Chary To: qemu-devel@nongnu.org Date: Tue, 1 Jun 2010 23:05:44 +0200 Message-Id: <1275426344-26549-4-git-send-email-corentincj@iksaif.net> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1275426344-26549-1-git-send-email-corentincj@iksaif.net> References: <1275426344-26549-1-git-send-email-corentincj@iksaif.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Corentin Chary , Anthony Liguori , Alexander Graf , Adam Litke Subject: [Qemu-devel] [PATCH 3/3] vnc: add missing target for vnc-encodings-*.o X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org vnc-encodings-*.c dependencies where missing. Signed-off-by: Corentin Chary --- Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cc5fc45..221fbd8 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