From 13039414f5fd00a6b20d2bbad9fd497c6e579d34 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 16 Oct 2014 11:48:18 +0200 Subject: input: implement JSON-based IPC protocol --- wscript_build.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index bb699764df..5960ad7b5e 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -189,6 +189,7 @@ def build(ctx): ( "input/cmd_parse.c" ), ( "input/event.c" ), ( "input/input.c" ), + ( "input/ipc.c", "!mingw" ), ( "input/keycodes.c" ), ( "input/pipe-unix.c", "!mingw" ), ( "input/pipe-win32.c", "waio" ), @@ -199,6 +200,7 @@ def build(ctx): ( "misc/bstr.c" ), ( "misc/charset_conv.c" ), ( "misc/dispatch.c" ), + ( "misc/json.c" ), ( "misc/ring.c" ), ( "misc/rendezvous.c" ), -- cgit v1.2.3