Browse Source

Install json_types.h with autotools build as well.

Since a recent commit (19bbf2c), this header must also be installed.
Otherwise any software building against json-c fails the build.
pull/567/head
Jehan 5 years ago
parent
commit
a4ac17160c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.am

+ 1
- 0
Makefile.am View File

@@ -29,6 +29,7 @@ libjson_cinclude_HEADERS = \
json_object_iterator.h \
json_pointer.h \
json_tokener.h \
json_types.h \
json_util.h \
json_visit.h \
linkhash.h \


Loading…
Cancel
Save