X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=01a82a2b7f978eaf9b2b85966958f71f5d1f04e5;hp=f25cc06dc0b83f236ef2cf33adc37a2769c8f96e;hb=c9384515a81cb64d345b299908b2852f51bb8e6e;hpb=b029005e56a8913fbb3d17ab497b4a37a00a211c diff --git a/config.m4 b/config.m4 index f25cc06..01a82a2 100644 --- a/config.m4 +++ b/config.m4 @@ -164,7 +164,7 @@ if test "$PHP_PSI" != no; then PHP_PSI_HEADERS=" \ src/calc/basic.h src/calc/bin.h src/calc/bool.h src/calc/cast.h \ - src/calc/cmp.h src/calc/oper.h \ + src/calc/unary.h src/calc/cmp.h src/calc/oper.h \ `(cd $PHP_PSI_SRCDIR/src && ls *.h types/*.h)` \ " # parser* should come first @@ -177,7 +177,7 @@ if test "$PHP_PSI" != no; then PHP_PSI_GENERATED=" \ src/parser_proc.c src/parser.c \ src/calc/basic.h src/calc/bin.h src/calc/bool.h src/calc/cast.h \ - src/calc/cmp.h src/calc/oper.h \ + src/calc/unary.h src/calc/cmp.h src/calc/oper.h \ " PHP_NEW_EXTENSION(psi, $PHP_PSI_SOURCES, $ext_shared)