summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWenchao Xia <wenchaoqemu@gmail.com>2014-06-24 16:33:57 -0700
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-27 09:27:55 -0400
commit82d72d9d235c341e0b32ed1a1eb5e544d3b3a895 (patch)
tree1a379d348d418c708caa91a0ad263c72948fb9b7 /Makefile
parentd4cba13bdf251baeedb36b87c1e9f6766773e380 (diff)
downloadhqemu-82d72d9d235c341e0b32ed1a1eb5e544d3b3a895.zip
hqemu-82d72d9d235c341e0b32ed1a1eb5e544d3b3a895.tar.gz
qapi: move event defines
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145adb6..1eea0c4 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,7 @@ $(SRC_PATH)/qga/qapi-schema.json $(SRC_PATH)/scripts/qapi-commands.py $(qapi-py)
qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \
$(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.json \
- $(SRC_PATH)/qapi-event.json
+ $(SRC_PATH)/qapi/event.json
qapi-types.c qapi-types.h :\
$(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py)
OpenPOWER on IntegriCloud