]> Git Repo - qemu.git/commitdiff
configure: Create link to icon bitmap for out-of-tree builds
authorJan Kiszka <[email protected]>
Fri, 22 Feb 2013 20:05:01 +0000 (21:05 +0100)
committerStefan Hajnoczi <[email protected]>
Fri, 8 Mar 2013 09:14:39 +0000 (10:14 +0100)
This allows to pick up the icon when starting QEMU directly from an
out-of-tree build directory.

Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
configure

index 2f98c5a242f30b793d687606d051e752c802c1f9..87b2e73b9ed30b294143f9fd104fd2554fd4e0ec 100755 (executable)
--- 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 \
This page took 0.030201 seconds and 4 git commands to generate.