From patchwork Thu May 27 06:21:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Chary X-Patchwork-Id: 53694 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 022ACB7D2E for ; Thu, 27 May 2010 16:36:28 +1000 (EST) Received: from localhost ([127.0.0.1]:48296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHWhd-0007dI-9X for incoming@patchwork.ozlabs.org; Thu, 27 May 2010 02:36:25 -0400 Received: from [140.186.70.92] (port=51041 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHWTj-0001yo-CJ for qemu-devel@nongnu.org; Thu, 27 May 2010 02:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHWTh-0001p4-Jq for qemu-devel@nongnu.org; Thu, 27 May 2010 02:22:03 -0400 Received: from iksaif.net ([88.191.73.63]:43728) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHWTh-0001oo-Eq for qemu-devel@nongnu.org; Thu, 27 May 2010 02:22:01 -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 3C492C9003B; Thu, 27 May 2010 08:25:55 +0200 (CEST) From: Corentin Chary To: qemu-devel@nongnu.org Date: Thu, 27 May 2010 08:21:54 +0200 Message-Id: <1274941314-7493-3-git-send-email-corentincj@iksaif.net> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1274253852-16068-1-git-send-email-corentincj@iksaif.net> References: <1274253852-16068-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 8e1f9d6..b264e38 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