From: Eric Haszlakiewicz Date: Thu, 29 Nov 2012 19:23:06 +0000 (-0600) Subject: Include json_object_iterator.c in the list of sources. X-Git-Tag: json-c-0.11-20130402~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23461c75dd12af93d6979f5c6cce42b8fa017a80;p=thirdparty%2Fjson-c.git Include json_object_iterator.c in the list of sources. --- diff --git a/Makefile.am b/Makefile.am index 09221a38..9353b7ad 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 \