From: Anthony Liguori Date: Fri, 2 Sep 2011 15:28:35 +0000 (-0500) Subject: trace: fix out-of-tree builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d9cd446b4f6ff464f9520898116534de988d9bc1;p=qemu.git trace: fix out-of-tree builds Reported-by: Lluis Vilanova Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 300d34bd32..1fb31c79a8 100755 --- a/configure +++ b/configure @@ -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"