X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;h=1a4965edf4ee3aa65994c079f934f55edadb0ece;hb=24fb107f8255142e6d99682b533a5e4e5d29e292;hp=925eebb605b99bfb332225f128356cb0e317e958;hpb=c38dee009b9bdeb017274e06efca1795a4da5c8c;p=m6w6%2Fext-propro diff --git a/config.m4 b/config.m4 index 925eebb..1a4965e 100644 --- a/config.m4 +++ b/config.m4 @@ -2,6 +2,6 @@ PHP_ARG_ENABLE(propro, whether to enable property proxy support, [ --enable-propro Enable property proxy support]) if test "$PHP_PROPRO" != "no"; then - PHP_INSTALL_HEADERS(ext/propro, php_propro.h) + PHP_INSTALL_HEADERS(ext/propro, php_propro.h php_propro_api.h) PHP_NEW_EXTENSION(propro, php_propro.c, $ext_shared) fi