From e28d042bb993046ef20c107b01b5d7462a4713ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sat, 9 Jan 2010 16:49:46 +0000 Subject: [PATCH] Install ext/json/php_son.h, too. # already done in other branches --- ext/json/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/json/config.m4 b/ext/json/config.m4 index ade797a12d..b62e938421 100644 --- a/ext/json/config.m4 +++ b/ext/json/config.m4 @@ -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 -- 2.50.1