From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwJ1-0005UR-U7 for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDwIx-00047L-Hj for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwIx-00047H-9i for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:43 -0500 From: Stefan Hajnoczi Date: Fri, 8 Mar 2013 13:21:28 +0100 Message-Id: <1362745295-16398-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1362745295-16398-1-git-send-email-stefanha@redhat.com> References: <1362745295-16398-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 1/8] configure: Create link to icon bitmap for out-of-tree builds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Anthony Liguori , Stefan Hajnoczi From: Jan Kiszka This allows to pick up the icon when starting QEMU directly from an out-of-tree build directory. Signed-off-by: Jan Kiszka Reviewed-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2f98c5a..87b2e73 100755 --- a/configure +++ b/configure @@ -4369,6 +4369,7 @@ FILES="$FILES tests/tcg/lm32/Makefile po/Makefile" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" +FILES="$FILES pc-bios/qemu-icon.bmp" for bios_file in \ $source_path/pc-bios/*.bin \ $source_path/pc-bios/*.aml \ -- 1.8.1.4