From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr2aX-0004C6-I0 for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:25:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr2aU-0008M9-7c for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:25:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr2MV-0003Oc-75 for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:10:43 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r048Abv0032630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Jan 2013 03:10:38 -0500 From: Gerd Hoffmann Date: Fri, 4 Jan 2013 09:10:06 +0100 Message-Id: <1357287009-22604-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1357287009-22604-1-git-send-email-kraxel@redhat.com> References: <1357287009-22604-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/4] configure: also symlink *.aml files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 9538041..1e9fd86 100755 --- a/configure +++ b/configure @@ -4240,6 +4240,7 @@ FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" for bios_file in \ $source_path/pc-bios/*.bin \ + $source_path/pc-bios/*.aml \ $source_path/pc-bios/*.rom \ $source_path/pc-bios/*.dtb \ $source_path/pc-bios/openbios-* \ -- 1.7.1