From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT6cc-00084y-RA for qemu-devel@nongnu.org; Tue, 09 Feb 2016 06:38:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aT6ca-00035Y-A8 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 06:38:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT6ca-00035P-5O for qemu-devel@nongnu.org; Tue, 09 Feb 2016 06:38:16 -0500 From: Markus Armbruster Date: Tue, 9 Feb 2016 12:38:03 +0100 Message-Id: <1455017883-25867-32-git-send-email-armbru@redhat.com> In-Reply-To: <1455017883-25867-1-git-send-email-armbru@redhat.com> References: <1455017883-25867-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 31/31] qapi: Add missing JSON files in build dependencies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= From: Llu=C3=ADs Vilanova Forgotten in commit 1dde0f4 (trace.json) and commit fafa4d5 (rocker.json). Signed-off-by: Llu=C3=ADs Vilanova Message-Id: <145461055662.15201.2702170180078718114.stgit@localhost> Reviewed-by: Eric Blake [Commit message tweaked] Signed-off-by: Markus Armbruster --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0de2d4..30b1b2d 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 =3D $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.js= on \ $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.j= son \ $(SRC_PATH)/qapi/event.json $(SRC_PATH)/qapi/introspect.j= son \ - $(SRC_PATH)/qapi/crypto.json + $(SRC_PATH)/qapi/crypto.json $(SRC_PATH)/qapi/rocker.json= \ + $(SRC_PATH)/qapi/trace.json =20 qapi-types.c qapi-types.h :\ $(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py) --=20 2.4.3