From 4154c55edae6f6b34d6ef4fcc331055fdf8e1a23 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 8 Jul 2012 20:38:53 -0500 Subject: [PATCH] Add json_object_iterator.h to installed headers. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d4a7bbb..8f09ca8 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 \