From 2cc7578de4371b1bf998fcf02525273409db4abf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 Nov 2018 16:52:13 +0100 Subject: prototest: switch to full autogeneration --- src/app/prototest/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app/prototest/Makefile.inc') diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index 99b7a8a..c13cef0 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -30,6 +30,10 @@ ifeq (${prototest_capnproto_c}, 1) INCLUDES += -Iinclude/lib/capnp-c endif +ifeq (${prototest_manualjson}, 1) + COMMON_FLAGS += -DPROTOTEST_MANUALJSON +endif + ifeq (${prototest_modernjson}, 1) COMMON_FLAGS += -DPROTOTEST_MODERNJSON ostream = 1 -- cgit v1.2.3