From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1aca-0002CF-Ru for qemu-devel@nongnu.org; Sat, 02 Feb 2013 05:46:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1acZ-0004Qu-TS for qemu-devel@nongnu.org; Sat, 02 Feb 2013 05:46:56 -0500 Message-ID: <510CEE9A.1030207@web.de> Date: Sat, 02 Feb 2013 11:46:50 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] 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-trivial Cc: qemu-devel From: Jan Kiszka Signed-off-by: Jan Kiszka --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 0657b1a..cfccec5 100755 --- a/configure +++ b/configure @@ -4289,6 +4289,7 @@ FILES="$FILES tests/tcg/lm32/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.7.3.4