X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;h=925eebb605b99bfb332225f128356cb0e317e958;hb=aae43b9d2b0f2ceef5ac9b638389729a2e9069a2;hp=f419731e7c47ac86d25915313713270c11a22cb7;hpb=761875f1c3682cd014c1ddd9bfec32f8be9a5193;p=m6w6%2Fext-propro diff --git a/config.m4 b/config.m4 index f419731..925eebb 100644 --- a/config.m4 +++ b/config.m4 @@ -2,5 +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_NEW_EXTENSION(propro, php_propro.c, $ext_shared) fi