X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=bbd3e019cec304fadef0c19d2b38f51d7bf6cbb8;hp=b3d0f88fbddbb897b58bcf4ab4e299348236aff0;hb=9f9c0c95922427a258905210dcfb0eaa8c878cff;hpb=60f1c75340bc24e1d2e11a71906b683c76b6293f diff --git a/config.m4 b/config.m4 index b3d0f88..bbd3e01 100644 --- a/config.m4 +++ b/config.m4 @@ -33,5 +33,6 @@ if test "$PHP_PQ" != "no"; then ]) PQ_SRC="src/php_pq.c" + PHP_ADD_BUILD_DIR($ext_builddir/src, 1) PHP_NEW_EXTENSION(pq, $PQ_SRC, $ext_shared) fi