From: Anthony Liguori Date: Mon, 28 Nov 2011 18:45:28 +0000 (-0600) Subject: Revert "fix out of tree build" X-Git-Tag: qemu-xen-4.3.0-rc1~1947 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aea317aaa5d92ee8789f976ccf105be67d956f5e;p=qemu-upstream-4.3-testing.git Revert "fix out of tree build" This reverts commit be85c90b74f56dca51782fa3080fcdf88593e045. This patch is incorrect and breaks the build with a freshly cloned git tree. Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index b06599c16..7c9373960 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-obj-y) test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) $(tools-obj-y) $(qapi-obj-y): $(GENERATED_HEADERS) -qapi-dir := $(SRC_PATH)/qapi-generated +qapi-dir := qapi-generated test-visitor.o test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir) qemu-ga$(EXESUF): LIBS = $(LIBS_QGA)