Re: [Qemu-devel] [PATCH v3 18/21] qapi: Makefile changes to build test-visitor

2011-06-15 Thread Luiz Capitulino
On Mon, 13 Jun 2011 21:31:23 -0500 Michael Roth wrote: > > Signed-off-by: Michael Roth > --- > Makefile | 16 +++- > 1 files changed, 15 insertions(+), 1 deletions(-) This should be merged with the patch adding the test-visitor code. > > diff --git a/Makefile b/Makefile > inde

[Qemu-devel] [PATCH v3 18/21] qapi: Makefile changes to build test-visitor

2011-06-13 Thread Michael Roth
Signed-off-by: Michael Roth --- Makefile | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 306cd9b..6083085 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,19 @@ check-qlist: check-qlist.o qlist.o qint.o $(CHECK_PROG_DEPS) ch