The json header should be installed so other exts can use it

This commit is contained in:
Johannes Schlüter 2009-06-23 13:09:20 +00:00
parent fb35a562ef
commit 8279c03681

View File

@ -10,5 +10,6 @@ if test "$PHP_JSON" != "no"; then
AC_HEADER_STDC
PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
PHP_INSTALL_HEADERS([ext/json], [php_json.h])
PHP_SUBST(JSON_SHARED_LIBADD)
fi