From: Johannes Schlüter Date: Tue, 22 Dec 2009 19:30:09 +0000 (+0000) Subject: install mysqlnd headers to allow shared build of extensions X-Git-Tag: php-5.4.0alpha1~191^2~2180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30dbb982bd4de42ecbb6c89b1c9c749b30a967d3;p=php install mysqlnd headers to allow shared build of extensions --- diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index caea37d286..72e2796195 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -22,6 +22,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no) PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) + PHP_INSTALL_HEADERS([ext/mysqlnd/]) dnl Windows uses config.w32 thus this code is safe for now