diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2012-07-08 20:38:53 -0500 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2012-07-08 20:38:53 -0500 |
commit | 4154c55edae6f6b34d6ef4fcc331055fdf8e1a23 (patch) | |
tree | 2d153a4037433e5652cea44fd53f8262912f3c67 /Makefile.am | |
parent | 9791c3896e6b2c30dc762013af41dd62ad1421bb (diff) | |
download | json-c-4154c55edae6f6b34d6ef4fcc331055fdf8e1a23.tar.gz |
Add json_object_iterator.h to installed headers.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |