From: Lluís Vilanova Date: Thu, 4 Feb 2016 18:29:17 +0000 (+0100) Subject: qapi: Add missing JSON files in build dependencies X-Git-Tag: v2.6.0-rc0~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=423aeaf219890e8a7311dbeef1a925020027c2ea;p=thirdparty%2Fqemu.git qapi: Add missing JSON files in build dependencies Forgotten in commit 1dde0f4 (trace.json) and commit fafa4d5 (rocker.json). Signed-off-by: Lluís Vilanova Message-Id: <145461055662.15201.2702170180078718114.stgit@localhost> Reviewed-by: Eric Blake [Commit message tweaked] Signed-off-by: Markus Armbruster --- diff --git a/Makefile b/Makefile index d0de2d46b66..30b1b2db4cc 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,8 @@ $(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/introspect.json \ - $(SRC_PATH)/qapi/crypto.json + $(SRC_PATH)/qapi/crypto.json $(SRC_PATH)/qapi/rocker.json \ + $(SRC_PATH)/qapi/trace.json qapi-types.c qapi-types.h :\ $(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py)