diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-02 10:28:35 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-02 10:28:35 -0500 |
commit | d9cd446b4f6ff464f9520898116534de988d9bc1 (patch) | |
tree | f905ae84844ddc972035f464809b9498d0473ad3 | |
parent | 88adbdfdf4b33210ba7acb0a30c292d301ca1554 (diff) | |
download | qemu-d9cd446b4f6ff464f9520898116534de988d9bc1.zip qemu-d9cd446b4f6ff464f9520898116534de988d9bc1.tar.gz qemu-d9cd446b4f6ff464f9520898116534de988d9bc1.tar.bz2 |
trace: fix out-of-tree builds
Reported-by: Lluis Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3617,7 +3617,7 @@ DIRS="$DIRS pc-bios/spapr-rtas" DIRS="$DIRS roms/seabios roms/vgabios" DIRS="$DIRS fsdev ui" DIRS="$DIRS qapi" -DIRS="$DIRS qga" +DIRS="$DIRS qga trace" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" |