From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWvrW-0004Bh-7w for qemu-devel@nongnu.org; Wed, 15 Jun 2011 15:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWvrU-0004Y0-Si for qemu-devel@nongnu.org; Wed, 15 Jun 2011 15:34:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWvrU-0004Xo-6s for qemu-devel@nongnu.org; Wed, 15 Jun 2011 15:34:48 -0400 Date: Wed, 15 Jun 2011 16:34:34 -0300 From: Luiz Capitulino Message-ID: <20110615163434.734998dd@doriath> In-Reply-To: <1308018686-8235-18-git-send-email-mdroth@linux.vnet.ibm.com> References: <1308018686-8235-1-git-send-email-mdroth@linux.vnet.ibm.com> <1308018686-8235-18-git-send-email-mdroth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 17/21] qapi: configure, Fix build issue when using seperate build dir List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aliguori@linux.vnet.ibm.com, agl@linux.vnet.ibm.com, qemu-devel@nongnu.org, Jes.Sorensen@redhat.com On Mon, 13 Jun 2011 21:31:22 -0500 Michael Roth wrote: > > Signed-off-by: Michael Roth As I commented before, this should be part of the first patch adding a buildable code. > --- > configure | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure b/configure > index d3a3a96..3d73780 100755 > --- a/configure > +++ b/configure > @@ -3549,6 +3549,7 @@ DIRS="tests tests/cris slirp audio block net pc-bios/optionrom" > DIRS="$DIRS pc-bios/spapr-rtas" > DIRS="$DIRS roms/seabios roms/vgabios" > DIRS="$DIRS fsdev ui" > +DIRS="$DIRS qapi" > FILES="Makefile tests/Makefile" > FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" > FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"