From ef8475dfe726dd7b4ae73d973112a38f94d17618 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 31 Jan 2016 23:42:32 -0500 Subject: [PATCH] json-input iterate --- c/input/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/c/input/Makefile.am b/c/input/Makefile.am index 23062b857..094ad01ad 100644 --- a/c/input/Makefile.am +++ b/c/input/Makefile.am @@ -6,6 +6,7 @@ libinput_la_SOURCES= \ file_reader_mmap.h \ file_reader_stdio.c \ file_reader_stdio.h \ + json.c \ line_readers.c \ line_readers.h \ lrec_reader.h \