X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config.m4;fp=config.m4;h=3f71574aa1cf2a3f1b636aa772b84ed334440ab7;hb=f95a8b3dcd55596c7858c767a88d89cd5f7fe183;hp=c79697465de75cb1c1a15a631dbc23fd1ec98923;hpb=3233c1f56cfce72c079fc2bc033f16c7f4e3fc68;p=m6w6%2Fext-raphf 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