projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ce68b4a
)
fix build with subdir
author
Michael Wallner
<mike@php.net>
Mon, 21 Jan 2013 11:38:29 +0000
(12:38 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 21 Jan 2013 11:38:29 +0000
(12:38 +0100)
config.m4
patch
|
blob
|
history
diff --git
a/config.m4
b/config.m4
index b3d0f88fbddbb897b58bcf4ab4e299348236aff0..bbd3e019cec304fadef0c19d2b38f51d7bf6cbb8 100644
(file)
--- 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