From: Michael Wallner Date: Mon, 21 Jan 2013 11:38:29 +0000 (+0100) Subject: fix build with subdir X-Git-Tag: v0.1.0~51 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=d5cfc0a1e772a42fc90568826b3d2d608d7e3eee fix build with subdir --- 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