]> granicus.if.org Git - php/commitdiff
Install ext/json/php_son.h, too.
authorJohannes Schlüter <johannes@php.net>
Sat, 9 Jan 2010 16:49:46 +0000 (16:49 +0000)
committerJohannes Schlüter <johannes@php.net>
Sat, 9 Jan 2010 16:49:46 +0000 (16:49 +0000)
# already done in other branches

ext/json/config.m4

index ade797a12dbff266fb1baa86892b6930b52c2d76..b62e938421cc1f49a2d10cdb15d6b20523462e3c 100644 (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