Link bios files when building out of tree
commit7ea78b7489fed936a1ea2483d0cca152e022cbd0
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 17 Jul 2009 09:20:10 +0000 (17 11:20 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Jul 2009 15:58:49 +0000 (22 10:58 -0500)
treefde836cdb0b70527ac3b86ca1a8a5dbcf49242d4
parent99772ae20895e9c72e15f8bef89c60fadd7eb0da
Link bios files when building out of tree

When starting a qemu binary directly from the build directory and that
dir is located outside the source files, the search for bios files
fails. Fix this by linking them from the build to the source directory.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure