missing install header
authorMichael Wallner <mike@php.net>
Tue, 1 Sep 2015 09:07:23 +0000 (11:07 +0200)
committerMichael Wallner <mike@php.net>
Tue, 1 Sep 2015 09:07:23 +0000 (11:07 +0200)
config.m4

index c79697465de75cb1c1a15a631dbc23fd1ec98923..3f71574aa1cf2a3f1b636aa772b84ed334440ab7 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -2,6 +2,6 @@ PHP_ARG_ENABLE(raphf, whether to enable raphf support,
 [  --enable-raphf           Enable resource and persistent handles factory support])
 
 if test "$PHP_RAPHF" != "no"; then
-       PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h)
+       PHP_INSTALL_HEADERS(ext/raphf, php_raphf.hi php_raphf_api.h)
        PHP_NEW_EXTENSION(raphf, php_raphf.c, $ext_shared)
 fi