summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-07 02:51:53 +0000
committerfoobar <sniper@php.net>2005-05-07 02:51:53 +0000
commit626253940ea0c246984e277b6786b4950b69e3cc (patch)
treeb5cc4006315847c774ea646c8839b4a2531cc823 /sapi
parentdeacfcefc2cce245ef08ef949a21aa2bb0f32fd0 (diff)
downloadphp-git-626253940ea0c246984e277b6786b4950b69e3cc.tar.gz
- Added PHP_INSTALL_HEADERS() macro
- Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
Diffstat (limited to 'sapi')
-rw-r--r--sapi/embed/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4
index 80fed48d00..4461bc3383 100644
--- a/sapi/embed/config.m4
+++ b/sapi/embed/config.m4
@@ -29,4 +29,5 @@ AC_MSG_RESULT($PHP_EMBED_TYPE)
if test "$PHP_EMBED_TYPE" != "no"; then
PHP_SELECT_SAPI(embed, $PHP_EMBED_TYPE, php_embed.c)
+ PHP_INSTALL_HEADERS([sapi/embed/php_embed.h])
fi