From d5cfc0a1e772a42fc90568826b3d2d608d7e3eee Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 21 Jan 2013 12:38:29 +0100 Subject: [PATCH] fix build with subdir --- config.m4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2