From db63db82aaa6374cf737cfd233309856e7446b40 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 4 Dec 2014 14:58:42 -0800 Subject: JSON printer: remove dependency on YAJL, using a hand-rolled printer instead. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dcff210..b2c4036 100644 --- a/Makefile +++ b/Makefile @@ -156,9 +156,7 @@ endif upb_json_SRCS = \ upb/json/parser.c \ - - # disabled until we move off YAJL (which should be soon). - #upb/json/printer.c \ + upb/json/printer.c \ upb/json/parser.c: upb/json/parser.rl $(E) RAGEL $< -- cgit v1.2.3