X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=991550584e99eef07506cf760d61c1c102323964;hp=999f61c851d0c48eddac05b0fcd681cec1c898a6;hb=94fbd01435494508cb54d6321c7d745b94949475;hpb=f1a387482a9270a34ae684109ad8be7c104148d6 diff --git a/config.m4 b/config.m4 index 999f61c..9915505 100644 --- a/config.m4 +++ b/config.m4 @@ -29,6 +29,7 @@ if test "$PHP_PSI" != "no"; then PHP_PSI_HEADERS=`(cd $PHP_PSI_SRCDIR/src && echo *.h)` PHP_PSI_SOURCES=`(cd $PHP_PSI_SRCDIR && echo src/*.c)` + PHP_PSI_SOURCES="src/parser.c src/parser_proc.c" PHP_NEW_EXTENSION(psi, $PHP_PSI_SOURCES, $ext_shared) PHP_INSTALL_HEADERS(ext/psi, php_psi.h $PHP_PSI_HEADERS)