From: Michael Roth Date: Wed, 21 Mar 2012 15:10:46 +0000 (-0500) Subject: test: remove qemu-ga reference X-Git-Tag: v1.1-rc0~189^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ac805d9223ba9b9e38570ed5883c410746a34da;p=thirdparty%2Fqemu.git test: remove qemu-ga reference This was added by mistake a while back. Signed-off-by: Michael Roth Signed-off-by: Stefan Hajnoczi --- diff --git a/Makefile b/Makefile index 8d6b558b831..d8e1f362296 100644 --- a/Makefile +++ b/Makefile @@ -173,6 +173,7 @@ qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx $(qapi-obj-y): $(GENERATED_HEADERS) qapi-dir := $(BUILD_DIR)/qapi-generated qemu-ga$(EXESUF): LIBS = $(LIBS_QGA) +qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir) gen-out-type = $(subst .,-,$(suffix $@)) diff --git a/tests/Makefile b/tests/Makefile index c78ade122e4..354fdbb7f51 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) test-qmp-input-visitor.o test-qmp-output-visitor.o \ test-string-input-visitor.o test-string-output-visitor.o \ - test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir) + test-qmp-commands.o: QEMU_CFLAGS += -I $(qapi-dir) $(qapi-dir)/test-qapi-types.c $(qapi-dir)/test-qapi-types.h :\ $(SRC_PATH)/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py