From: Eric Haszlakiewicz Date: Mon, 9 Jul 2012 01:38:53 +0000 (-0500) Subject: Add json_object_iterator.h to installed headers. X-Git-Tag: json-c-0.11-20130402~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4154c55edae6f6b34d6ef4fcc331055fdf8e1a23;p=thirdparty%2Fjson-c.git Add json_object_iterator.h to installed headers. --- diff --git a/Makefile.am b/Makefile.am index d4a7bbbe..8f09ca89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ libjsoninclude_HEADERS = \ json_config.h \ json_inttypes.h \ json_object.h \ + json_object_iterator.h \ json_object_private.h \ json_tokener.h \ json_util.h \