| Submitter | Michael Roth |
|---|---|
| Date | June 14, 2011, 2:31 a.m. |
| Message ID | <1308018686-8235-18-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/100256/ |
| State | New |
| Headers | show |
Comments
On Mon, 13 Jun 2011 21:31:22 -0500 Michael Roth <mdroth@linux.vnet.ibm.com> wrote: > > Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> 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"
Patch
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"
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)