From f95a8b3dcd55596c7858c767a88d89cd5f7fe183 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Sep 2015 11:07:23 +0200 Subject: [PATCH] missing install header --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index c796974..3f71574 100644 --- 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 -- 2.30.2