From 23461c75dd12af93d6979f5c6cce42b8fa017a80 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Thu, 29 Nov 2012 13:23:06 -0600 Subject: [PATCH] Include json_object_iterator.c in the list of sources. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 09221a3..9353b7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,7 @@ libjson_c_la_SOURCES = \ arraylist.c \ debug.c \ json_object.c \ + json_object_iterator.c \ json_tokener.c \ json_util.c \ linkhash.c \ -- 2.7.4