diff options
| author | Anthony Liguori | 2011-11-28 19:45:28 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2011-11-28 23:20:53 +0100 |
| commit | aea317aaa5d92ee8789f976ccf105be67d956f5e (patch) | |
| tree | 283d9878a2bc0842f8d0c3a1702a1c3eca90bf64 | |
| parent | configure: avoid screening of --{en, dis}able-usb-redir options (diff) | |
| download | qemu-aea317aaa5d92ee8789f976ccf105be67d956f5e.tar.gz qemu-aea317aaa5d92ee8789f976ccf105be67d956f5e.tar.xz qemu-aea317aaa5d92ee8789f976ccf105be67d956f5e.zip | |
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 <aliguori@us.ibm.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
