From: Jan Kiszka Date: Fri, 22 Feb 2013 20:05:01 +0000 (+0100) Subject: configure: Create link to icon bitmap for out-of-tree builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4652b792f01b559e005186b703ed9b1a11cbf8e3;p=qemu.git configure: Create link to icon bitmap for out-of-tree builds 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 --- diff --git a/configure b/configure index 2f98c5a242..87b2e73b9e 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 \